You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/01/01 11:10:28 UTC

[06/19] incubator-corinthia git commit: work

work


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/5fc315e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/5fc315e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/5fc315e1

Branch: refs/heads/RTC_platform
Commit: 5fc315e1981b27b3a7881977896c2ac511ffac1b
Parents: b1a66b9
Author: jani <ja...@apache.org>
Authored: Sun Dec 28 18:12:56 2014 +0100
Committer: jani <ja...@apache.org>
Committed: Sun Dec 28 18:12:56 2014 +0100

----------------------------------------------------------------------
 DocFormats/platform/headers/DFPlatform.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/5fc315e1/DocFormats/platform/headers/DFPlatform.h
----------------------------------------------------------------------
diff --git a/DocFormats/platform/headers/DFPlatform.h b/DocFormats/platform/headers/DFPlatform.h
index 8ce3281..7a3d508 100755
--- a/DocFormats/platform/headers/DFPlatform.h
+++ b/DocFormats/platform/headers/DFPlatform.h
@@ -35,11 +35,13 @@ typedef void (*DFOnceFunction)(void);
 void DFInitOnce(DFOnce *once, DFOnceFunction fun);
 
 // Zip functions
-int  DFextZipOpen(const char *zipFilename, int doUnzip);
-void DFextZipClose(void);
+int DFextZipOpen(const char *zipFilename, int doUnzip);
+int DFextZipClose(void);
+
+int DFextZipOpenNextFile(char *entryName, const int maxName);
+int DFextZipCloseFile(void);
 
 
 
-int DFextZipOpenNextFile(const char *zipFile, char *entryName, const int maxName);
 int DFextZipReadCurrentFile(char *buf, const int maxLen);
 #endif