summaryrefslogtreecommitdiff
path: root/pjlib-util/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-04-20 11:11:34 +0000
committerBenny Prijono <bennylp@teluu.com>2006-04-20 11:11:34 +0000
commit01451856a0616376f21df2c63ca9906a0157e7f4 (patch)
tree27a84876da57125553058b1e9a592c0855317c76 /pjlib-util/include
parent9bb036e2aea4f32a394b14b85d9b83bdd081b254 (diff)
Removed pj_opterr from getopt.h as it is currently not supported
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@405 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/include')
-rw-r--r--pjlib-util/include/pjlib-util/getopt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/pjlib-util/include/pjlib-util/getopt.h b/pjlib-util/include/pjlib-util/getopt.h
index bb8c673e..013a7ab5 100644
--- a/pjlib-util/include/pjlib-util/getopt.h
+++ b/pjlib-util/include/pjlib-util/getopt.h
@@ -48,11 +48,6 @@ extern char *pj_optarg;
extern int pj_optind;
-/* Callers store zero here to inhibit the error message `pj_getopt' prints
- for unrecognized options. */
-
-extern int pj_opterr;
-
/* Set to an option character which was unrecognized. */
extern int pj_optopt;