diff options
author | Robert Newson <robert.newson@cloudant.com> | 2011-10-10 17:55:50 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2011-10-10 19:04:54 +0100 |
commit | cf630a2e87ac1b6eace26601dc5b7ffdb39273b2 (patch) | |
tree | fe5080dedf417b20112ed372d737eb8c3ca309ff /couchjs/c_src/util.h | |
parent | 6e6523d62beff627c444aec3d658ef1a5d534ff1 (diff) | |
parent | da22c19f7a7fdfae015dfb0db93b5bd9453eae6c (diff) |
Merge remote-tracking branch 'apache/1.1.x'
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); |