[Pkg-owncloud-commits] [owncloud-client] 25/70: Silent warning:
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Sat May 17 20:01:26 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d7a226e0e65769f33477288ec4a4b123b397039c
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed May 7 12:38:57 2014 +0200
    Silent warning:
    
    warning: no previous prototype for ‘set_csync_file_locked_or_open_ext’ [-Wmissing-prototypes]
---
 csync/src/csync_util.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/csync/src/csync_util.c b/csync/src/csync_util.c
index b82005a..ffcdafb 100644
--- a/csync/src/csync_util.c
+++ b/csync/src/csync_util.c
@@ -182,6 +182,7 @@ csync_vio_file_stat_t *csync_vio_convert_file_stat(csync_file_stat_t *st) {
 }
 
 bool (*csync_file_locked_or_open_ext) (const char*) = 0; // filled in by library user
+void set_csync_file_locked_or_open_ext(bool (*f) (const char*));
 void set_csync_file_locked_or_open_ext(bool (*f) (const char*)) {
     csync_file_locked_or_open_ext = f;
 }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
    
    
More information about the Pkg-owncloud-commits
mailing list