summaryrefslogtreecommitdiff
path: root/zip
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-24 16:50:02 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-24 16:50:02 +0200
commitdb2ce1f3eb443926d496640fe1f8f1f42af431b0 (patch)
tree87995d9802c0cb97df0377578e236e18082ff1e1 /zip
parent08461db40bc1b0fec9bf18f1165e395c7899d595 (diff)
downloadtuxcmd-modules-db2ce1f3eb443926d496640fe1f8f1f42af431b0.tar.xz
Rename VFSGetExts and VFSGetServices functions
Diffstat (limited to 'zip')
-rw-r--r--zip/zip.cpp8
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");
}