rbb         00/10/01 17:43:32

  Modified:    src/include ap_buckets.h
  Log:
  Fix some docs.
  
  Revision  Changes    Path
  1.31      +1 -1      apache-2.0/src/include/ap_buckets.h
  
  Index: ap_buckets.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ap_buckets.h      2000/09/21 16:22:08     1.30
  +++ ap_buckets.h      2000/10/02 00:43:32     1.31
  @@ -586,7 +586,7 @@
    * @param w The number of bytes actually copied into the bucket.
    *          If copy is zero then this return value can be ignored by passing 
a NULL pointer.
    * @return The new bucket, or NULL if allocation failed
  - * @deffunc ap_bucket *ap_bucket_create_heap(const char *buf, apr_size_t 
nbyte, apr_ssize_t *w)
  + * @deffunc ap_bucket *ap_bucket_create_heap(const char *buf, apr_size_t 
nbyte, int copy, apr_ssize_t *w)
    */
   API_EXPORT(ap_bucket *) ap_bucket_create_heap(
                const char *buf, apr_size_t nbyte, int copy, apr_ssize_t *w);
  
  
  

Reply via email to