|
svn commit: r13155 - branches/locking/subversion/libsvn_ra: msg#00335version-control.subversion.svn
Author: jerenkrantz Date: Fri Feb 25 13:28:16 2005 New Revision: 13155 Modified: branches/locking/subversion/libsvn_ra/wrapper_template.h Log: Fix compilation breakage by properly declaring compat_link_path as static. * libsvn_ra/wrapper_template.h (compat_link_path): Declare as a static function. Modified: branches/locking/subversion/libsvn_ra/wrapper_template.h Url: http://svn.collab.net/viewcvs/svn/branches/locking/subversion/libsvn_ra/wrapper_template.h?view=diff&rev=13155&p1=branches/locking/subversion/libsvn_ra/wrapper_template.h&r1=13154&p2=branches/locking/subversion/libsvn_ra/wrapper_template.h&r2=13155 ============================================================================== --- branches/locking/subversion/libsvn_ra/wrapper_template.h (original) +++ branches/locking/subversion/libsvn_ra/wrapper_template.h Fri Feb 25 13:28:16 2005 @@ -160,8 +160,8 @@ return crb->reporter->delete_path (crb->baton, path, pool); } - -svn_error_t *compat_link_path (void *report_baton, + +static svn_error_t *compat_link_path (void *report_baton, const char *path, const char *url, svn_revnum_t revision, |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r13154 - trunk/www: 00335, kfogel-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: r13156 - trunk: 00335, maxb-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: r13154 - trunk/wwwi: 00335, kfogel-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: r13156 - trunk: 00335, maxb-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |