diff options
Diffstat (limited to 'src/getoptb.c')
-rw-r--r-- | src/getoptb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getoptb.c b/src/getoptb.c index 64ac8ca..e0f6118 100644 --- a/src/getoptb.c +++ b/src/getoptb.c @@ -15,7 +15,7 @@ int opterr = 1; char *optprogname = 0; -int getopt(int argc, char **argv, char *opts) +static int getopt(int argc, char **argv, char *opts) { int c; char *s; |