diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 16:50:02 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 16:50:02 +0200 |
| commit | db2ce1f3eb443926d496640fe1f8f1f42af431b0 (patch) | |
| tree | 87995d9802c0cb97df0377578e236e18082ff1e1 /zip/zip.cpp | |
| parent | 08461db40bc1b0fec9bf18f1165e395c7899d595 (diff) | |
| download | tuxcmd-modules-db2ce1f3eb443926d496640fe1f8f1f42af431b0.tar.xz | |
Rename VFSGetExts and VFSGetServices functions
Diffstat (limited to 'zip/zip.cpp')
| -rw-r--r-- | zip/zip.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zip/zip.cpp b/zip/zip.cpp index f848a77..07e20a4 100644 --- a/zip/zip.cpp +++ b/zip/zip.cpp @@ -1,5 +1,5 @@ /* ZIP plugin for Tux Commander - * version 0.5.4, designed for ZipArchive v3.2.0 + * version 0.5.5, designed for ZipArchive v3.2.0 * Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net> * Check for updates on tuxcmd.sourceforge.net * @@ -47,8 +47,8 @@ -#define VERSION "0.5.4" -#define BUILD_DATE "2009-10-04" +#define VERSION "0.5.5" +#define BUILD_DATE "2009-10-24" #define DEFAULT_BLOCK_SIZE 65536 @@ -309,7 +309,7 @@ VFSGetPrefix (struct TVFSGlobs *globs) } char * -VFSGetExts() +VFSGetArchiveExts() { return g_strdup ("zip"); } |
