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// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
18extern char *suffix_get_dest_name(const char *src_name);
19
20
27extern void suffix_set(const char *suffix);
28
29
35extern bool suffix_is_set(void);
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
bool suffix_is_set(void)
Check if a custom suffix has been set.
Definition suffix.c:403