parse-options.c: mark file-local function static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2010-01-11 22:28:45 -08:00
parent 61b97df7d9
commit 41064ebc49
2 changed files with 5 additions and 5 deletions

View File

@ -171,9 +171,6 @@ struct parse_opt_ctx_t {
const char *prefix;
};
extern int parse_options_usage(const char * const *usagestr,
const struct option *opts);
extern void parse_options_start(struct parse_opt_ctx_t *ctx,
int argc, const char **argv, const char *prefix,
int flags);