summaryrefslogtreecommitdiff
path: root/codec/compat
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-12-05 15:10:10 +0000
committerAntonin Descampe <antonin@gmail.com>2010-12-05 15:10:10 +0000
commitcf39198a9a93455ca65114258197c5fd4f8216e2 (patch)
tree9bfa11d6a3ddf034750eea4d90697c155f576199 /codec/compat
parent02229c7c2d75ceb067e3c502a79d283425d0d123 (diff)
added a definition in getopt.h and an initial value in convert.c
Diffstat (limited to 'codec/compat')
-rw-r--r--codec/compat/getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/compat/getopt.h b/codec/compat/getopt.h
index f84fbc06..779fe470 100644
--- a/codec/compat/getopt.h
+++ b/codec/compat/getopt.h
@@ -24,6 +24,6 @@ extern char *optarg;
extern int getopt(int nargc, char *const *nargv, const char *ostr);
extern int getopt_long(int argc, char * const argv[], const char *optstring,
const struct option *longopts, int totlen);
-
+extern void reset_options_reading();
#endif /* _GETOPT_H_ */