Skip to content

Commit

Permalink
fix bug #10601 - incorrect prototypes for svn_status / svn_commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/svn/trunk@233238 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
roojs committed Apr 4, 2007
1 parent 1434c96 commit 41df915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ static apr_array_header_t *replicate_zend_hash_to_apr_array(zval *arr, apr_pool_
}

/* {{{ proto array svn_commit(string log, array targets [, bool dontrecurse])
Make a hot-copy of the repos at repospath; copy it to destpath */
Sends changes from the local working copy to the repository */
PHP_FUNCTION(svn_commit)
{
char *log;
Expand Down Expand Up @@ -1728,7 +1728,7 @@ PHP_FUNCTION(svn_add)
/* }}} */

/* {{{ proto array svn_status(string path [, bool recursive [, bool get_all [, bool update [, bool no_ignore]]]])
Schedule the addition of a file in a working directory */
Returns the status of working copy files and directories */

static void status_func(void *baton, const char *path, svn_wc_status_t *status)
{
Expand Down

0 comments on commit 41df915

Please sign in to comment.