Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
18
19
23extern void set_exit_status(enum exit_status_type new_status);
24
25
29extern void set_exit_no_warn(void);
void set_exit_no_warn(void)
Definition main.c:51
void set_exit_status(enum exit_status_type new_status)
Definition main.c:31
exit_status_type
Possible exit status values. These are the same as used by gzip and bzip2.
Definition main.h:14
@ E_ERROR
Definition main.h:16
@ E_WARNING
Definition main.h:17
@ E_SUCCESS
Definition main.h:15