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