Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
suffix.h
Go to the documentation of this file.
1
2//
5//
6// Author: Lasse Collin
7//
8// This file has been put into the public domain.
9// You can do whatever you want with this file.
10//
12
19extern char *suffix_get_dest_name(const char *src_name);
20
21
28extern void suffix_set(const char *suffix);
char * suffix_get_dest_name(const char *src_name)
Get the name of the destination file.
Definition suffix.c:382
void suffix_set(const char *suffix)
Set a custom filename suffix.
Definition suffix.c:397