Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 64633 invoked by uid 500); 11 Feb 2001 02:43:12 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 64622 invoked by uid 1092); 11 Feb 2001 02:43:11 -0000 Date: 11 Feb 2001 02:43:11 -0000 Message-ID: <20010211024311.64621.qmail@apache.org> From: rbb@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_signal.h rbb 01/02/10 18:43:11 Modified: include apr_signal.h Log: We need to close the brace, or 'make docs' won't work Revision Changes Path 1.6 +4 -0 apr/include/apr_signal.h Index: apr_signal.h =================================================================== RCS file: /home/cvs/apr/include/apr_signal.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -b -w -u -r1.5 -r1.6 --- apr_signal.h 2001/02/11 00:39:55 1.5 +++ apr_signal.h 2001/02/11 02:43:11 1.6 @@ -101,4 +101,8 @@ */ void apr_signal_init(apr_pool_t *pglobal); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* APR_SIGNAL_H */