From db2ce1f3eb443926d496640fe1f8f1f42af431b0 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 24 Oct 2009 16:50:02 +0200 Subject: Rename VFSGetExts and VFSGetServices functions --- zip/zip.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zip') 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 * 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"); } -- cgit v1.2.3