diff options
Diffstat (limited to 'include/git2/sys/refdb_backend.h')
| -rw-r--r-- | include/git2/sys/refdb_backend.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/sys/refdb_backend.h b/include/git2/sys/refdb_backend.h index d5611d01e..131e1b5d0 100644 --- a/include/git2/sys/refdb_backend.h +++ b/include/git2/sys/refdb_backend.h @@ -94,12 +94,12 @@ struct git_refdb_backend {  	 */  	int (*write)(git_refdb_backend *backend,  		     const git_reference *ref, int force, -		     const char *message); +		     const git_signature *who, const char *message);  	int (*rename)(  		git_reference **out, git_refdb_backend *backend,  		const char *old_name, const char *new_name, int force, -		const char *message); +		const git_signature *who, const char *message);  	/**  	 * Deletes the given reference from the refdb.  A refdb implementation  | 
