Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
main.c File Reference

main() More...

#include "private.h"
#include <ctype.h>

Functions

void set_exit_status (enum exit_status_type new_status)
 
void set_exit_no_warn (void)
 
int main (int argc, char **argv)
 

Detailed Description

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ set_exit_no_warn()

void set_exit_no_warn ( void )
extern

Use E_SUCCESS instead of E_WARNING if something worth a warning occurs but nothing worth an error has occurred. This is called when –no-warn is specified.

◆ set_exit_status()

void set_exit_status ( enum exit_status_type new_status)
extern

Sets the exit status after a warning or error has occurred. If new_status is E_WARNING and the old exit status was already E_ERROR, the exit status is not changed.