diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-11 02:43:11 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-11 02:43:11 +0000 |
commit | 2ef4824da99c3772b9594ac58cf8490bd972389f (patch) | |
tree | 2cc2b5c3061e15fd89e24c446417998722b65ea0 /include/apr_signal.h | |
parent | 95ebdd796b158a42276733ddc308000d7ca2f75e (diff) | |
download | libapr-2ef4824da99c3772b9594ac58cf8490bd972389f.tar.gz |
We need to close the brace, or 'make docs' won't work
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_signal.h')
-rw-r--r-- | include/apr_signal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apr_signal.h b/include/apr_signal.h index b4237901e..6b8b5c174 100644 --- a/include/apr_signal.h +++ b/include/apr_signal.h @@ -101,4 +101,8 @@ const char *apr_signal_get_description(int signum); */ void apr_signal_init(apr_pool_t *pglobal); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* APR_SIGNAL_H */ |