summaryrefslogtreecommitdiff
path: root/src/rar-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rar-utils.c')
-rw-r--r--src/rar-utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rar-utils.c b/src/rar-utils.c
index 1af3645..3de6eaa 100644
--- a/src/rar-utils.c
+++ b/src/rar-utils.c
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
#include <config.h>
#include <string.h>
#include "file-utils.h"
@@ -27,14 +26,12 @@
#include "gio-utils.h"
#include "rar-utils.h"
-
typedef enum {
FIRST_VOLUME_IS_000,
FIRST_VOLUME_IS_001,
FIRST_VOLUME_IS_RAR
} FirstVolumeExtension;
-
static char *
get_first_volume_name (const char *name,
const char *pattern,
@@ -90,7 +87,6 @@ get_first_volume_name (const char *name,
return volume_name;
}
-
void
rar_check_multi_volume (FrCommand *comm)
{