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...@locus.apache.org on 2000/12/04 06:44:53 UTC

cvs commit: apr/include apr_general.h

rbb         00/12/03 21:44:53

  Modified:    include  apr_general.h
  Log:
  Add a tip about using atexit.
  
  Revision  Changes    Path
  1.46      +2 -1      apr/include/apr_general.h
  
  Index: apr_general.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_general.h,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- apr_general.h	2000/11/26 04:27:56	1.45
  +++ apr_general.h	2000/12/04 05:44:52	1.46
  @@ -261,7 +261,8 @@
    * Tear down any APR internal data structures which aren't torn down 
    * automatically.
    * @tip An APR program must call this function at termination once it 
  - *      has stopped using APR services.
  + *      has stopped using APR services.  The APR developers suggest using
  + *      atexit to ensure this is called.
    */
   void apr_terminate(void);