[Pkg-owncloud-commits] [owncloud-client] 257/498: Removed the setFileHidden function for now

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:55 UTC 2015


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 7d2bb261dce26b67e640840b534ca40bf27feafa
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Jun 19 12:56:11 2015 +0200

    Removed the setFileHidden function for now
---
 csync/src/csync_util.c | 3 ++-
 csync/src/csync_util.h | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/csync/src/csync_util.c b/csync/src/csync_util.c
index 76273b6..c6e7f66 100644
--- a/csync/src/csync_util.c
+++ b/csync/src/csync_util.c
@@ -103,7 +103,7 @@ void csync_memstat_check(void) {
   CSYNC_LOG(CSYNC_LOG_PRIORITY_INFO, "Memory: %dK total size, %dK resident, %dK shared",
                  m.size * 4, m.resident * 4, m.shared * 4);
 }
-
+#if 0
 void csync_win32_set_file_hidden( const char *file, bool h ) {
 #ifdef _WIN32
   const mbchar_t *fileName;
@@ -127,6 +127,7 @@ void csync_win32_set_file_hidden( const char *file, bool h ) {
     (void) file;
 #endif
 }
+#endif
 
 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*));
diff --git a/csync/src/csync_util.h b/csync/src/csync_util.h
index 50ee03f..cceb71c 100644
--- a/csync/src/csync_util.h
+++ b/csync/src/csync_util.h
@@ -30,7 +30,7 @@ const char *csync_instruction_str(enum csync_instructions_e instr);
 
 void csync_memstat_check(void);
 
-void csync_win32_set_file_hidden( const char *file, bool hidden );
+// void csync_win32_set_file_hidden( const char *file, bool hidden );
 
 bool csync_file_locked_or_open( const char *dir, const char *fname);
 #endif /* _CSYNC_UTIL_H */

-- 
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