You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2001/02/11 03:43:11 UTC

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 */