Changeset 844
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVNinfo.h
r768 r844 109 109 /// @see Subversion API documentation 110 110 /// 111 // The return type should be svn_log_message_receiver_t but I112 // cannot get it to compile (see comment for log_message_receiver113 // in SVNlog.h)114 111 static svn_error_t * info_receiver(void *baton, const char *path, 115 112 const svn_info_t *info, apr_pool_t *pool); -
trunk/lib/SVNlog.h
r768 r844 126 126 \see Subversion API documentation 127 127 */ 128 // The return type should be svn_log_message_receiver_t but I129 // cannot get it to compile. The svn API has a typedef like130 // typedef svn_error_t*(* svn_log_message_receiver_t)(void *baton,131 // apr_hash_t *changed_paths, svn_revnum_t revision, const char132 // *author, const char *date,const char *message, apr_pool_t133 // *pool) for svn_log_message_receiver_t.134 128 static svn_error_t* 135 129 log_message_receiver(void *baton, apr_hash_t *changed_paths,
Note: See TracChangeset
for help on using the changeset viewer.