[Pkg-owncloud-commits] [python-owncloud] 15/33: Updated the csync_ftw_type_e to the values of 0.90.4.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit 3e86e4d1638853e22842506726e5ce6011611ba1
Author: Diederik de Haas <github at cknow.org>
Date: Tue Nov 12 22:15:41 2013 +0100
Updated the csync_ftw_type_e to the values of 0.90.4.
---
csync/csynclib.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/csync/csynclib.py b/csync/csynclib.py
index b5478b0..cf6f085 100644
--- a/csync/csynclib.py
+++ b/csync/csynclib.py
@@ -648,6 +648,7 @@ mode_t = __mode_t
CSYNC_FTW_TYPE_FILE = 0
CSYNC_FTW_TYPE_SLINK = 1
CSYNC_FTW_TYPE_DIR = 2
+CSYNC_FTW_TYPE_SKIP = 3
csync_ftw_type_e = c_int # enum
# values for enumeration 'csync_instructions_e'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list