[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Obvious bindings change for apr_ansi_time_to_apr_time

From: Daniel Berlin <dan_at_dberlin.org>
Date: 2002-03-10 07:06:53 CET

There's also a change that needs to be made in cvs2svn.py, obviously, to
match this one.

2002-03-10 Daniel Berlin <dan@dberlin.org>

        * util.i: Change apr_ansi_time_to_apr_time to apr_time_ansi_put.
        

Index: ./util.i
===================================================================
--- ./util.i
+++ ./util.i Sat Mar 9 19:45:37 2002
@@ -116,7 +116,7 @@
 apr_status_t apr_initialize(void);
 void apr_terminate(void);
 
-apr_status_t apr_ansi_time_to_apr_time(apr_time_t *result, time_t input);
+apr_status_t apr_time_ansi_put(apr_time_t *result, time_t input);
 
 void apr_pool_destroy(apr_pool_t *p);
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 10 07:07:44 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.