summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-22 14:52:16 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-11-22 14:52:16 +0000
commite83dce462fc0b1870657a9e4360f13655fddcb99 (patch)
treebbb164b857c2c18100879da0ad0029bc4e332e41 /include/apr_general.h
parentf0066404e6b82571a29e3151b9b223b3a07ccff2 (diff)
downloadlibapr-e83dce462fc0b1870657a9e4360f13655fddcb99.tar.gz
Clean up the getopt stuff a bit. Basically, I am removing the #define's,
and changing the names in the getopt.c file so that we are sure there is no namespace collision between regular getopt's, and APR's getopt. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 89c2a9622..b798dc2e9 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -241,9 +241,6 @@ ap_status_t ap_create_signal(ap_signum_t, ap_context_t *);
ap_status_t ap_send_signal(ap_signum_t, ap_context_t *);
ap_status_t ap_setup_signal(ap_signum_t, Sigfunc *, ap_context_t *);
-ap_status_t ap_getopt(ap_context_t *, ap_int32_t, char *const *, const char *,
- ap_int32_t *);
-
#ifdef __cplusplus
}
#endif