diff options
Diffstat (limited to 'src/xz/main.h')
-rw-r--r-- | src/xz/main.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xz/main.h b/src/xz/main.h index 8fd92393..5622cebb 100644 --- a/src/xz/main.h +++ b/src/xz/main.h @@ -28,10 +28,3 @@ extern void set_exit_status(enum exit_status_type new_status); /// but nothing worth an error has occurred. This is called when --no-warn /// is specified. extern void set_exit_no_warn(void); - - -/// Exits the program using the given status. This takes care of closing -/// stdin, stdout, and stderr and catches possible errors. If we had got -/// a signal, this function will raise it so that to the parent process it -/// appears that we were killed by the signal sent by the user. -extern void my_exit(enum exit_status_type status) lzma_attribute((noreturn)); |