summaryrefslogtreecommitdiff
path: root/unrar/unrar.c
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 /unrar/unrar.c
parent08461db40bc1b0fec9bf18f1165e395c7899d595 (diff)
downloadtuxcmd-modules-db2ce1f3eb443926d496640fe1f8f1f42af431b0.tar.xz
Rename VFSGetExts and VFSGetServices functions
Diffstat (limited to 'unrar/unrar.c')
-rw-r--r--unrar/unrar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/unrar/unrar.c b/unrar/unrar.c
index 5f34923..7f6c1e4 100644
--- a/unrar/unrar.c
+++ b/unrar/unrar.c
@@ -1,5 +1,5 @@
/* UNRAR plugin for Tux Commander
- * version 0.3.5, designed for unrar v3.8.2
+ * version 0.3.6, designed for unrar v3.8.2
* Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
* Check for updates on tuxcmd.sourceforge.net
*
@@ -55,8 +55,8 @@ enum HOST_SYSTEM {
};
-#define VERSION "0.3.5"
-#define BUILD_DATE "2009-10-04"
+#define VERSION "0.3.6"
+#define BUILD_DATE "2009-10-24"
#define DEFAULT_BLOCK_SIZE 65536
@@ -171,7 +171,7 @@ VFSGetPrefix (struct TVFSGlobs *globs)
}
char *
-VFSGetExts ()
+VFSGetArchiveExts ()
{
return g_strdup ("rar;r00;r01;r02;r03;r04;r05;r06;r07;r08;r09;r10;r11;r12;r13;r14;r15;r16;r17;r18;r19;r20;r21;r22;r23;r24;r25;r26;r27;r28;r29;r30;r31;r32;r33;r34;r35;r36;r37;r38;r39;r40;r41;r42;r43;r44;r45;r46;r47;r48;r49;r50;r51;r52;r53;r54;r55;r56;r57;r58;r59;r60;r61;r62;r63;r64;r65;r66;r67;r68;r69;r70;r71;r72;r73;r74;r75;r76;r77;r78;r79;r80;r81;r82;r83;r84;r85;r86;r87;r88;r89;r90;r91;r92;r93;r94;r95;r96;r97;r98;r99");
}