You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kevin Pilch-Bisson <ke...@pilch-bisson.net> on 2001/03/13 20:06:17 UTC

Re: CVS update: subversion/subversion/libsvn_subr io.c

On Tue, Mar 13, 2001 at 05:13:15AM -0000, fitz@tigris.org wrote:
>   User: fitz    
>   Date: 01/03/12 21:13:15
> 
>   Modified:    subversion/client main.c
>                subversion/include svn_io.h
>                subversion/libsvn_subr io.c
>   Log:
>   *removed read_from_file function from client/main.c
>   
>   *moved read_from_file function to libsvn_subr/io.c
>   
>   *renamed read_from_file to svn_string_from_file
>   
>   *added svn_string_from_file declaration to include/svn_io.h
>   
[snip]
>   
>   1.31      +4 -0      subversion/subversion/include/svn_io.h
>   
>   Index: svn_io.h
>   ===================================================================
>   RCS file: /cvs/subversion/subversion/include/svn_io.h,v
>   retrieving revision 1.30
>   retrieving revision 1.31
>   diff -u -r1.30 -r1.31
>   --- svn_io.h	2001/03/06 17:48:16	1.30
>   +++ svn_io.h	2001/03/13 05:13:15	1.31
>   @@ -213,6 +213,10 @@
>    
>    svn_error_t *svn_stream_close (svn_stream_t *stream);
>    
>   +svn_error_t *svn_string_from_file (svn_string_t **result, 
>   +                                   const char *filename, 
>   +                                   apr_pool_t *pool);
>   +
>    
>    #endif /* SVN_IO_H */

Hey Fitz, what about a doc string?

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~