diff options
Diffstat (limited to 'couchjs/c_src/util.h')
-rw-r--r-- | couchjs/c_src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/couchjs/c_src/util.h b/couchjs/c_src/util.h index 54ccdaa5..b082aa60 100644 --- a/couchjs/c_src/util.h +++ b/couchjs/c_src/util.h @@ -22,7 +22,6 @@ typedef struct { char* script; } couch_args; -void couch_usage(); couch_args* couch_parse_args(int argc, const char* argv[]); int couch_fgets(char* buf, int size, FILE* fp); JSString* couch_readline(JSContext* cx, FILE* fp); |