s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
src
include
exit.h
Go to the documentation of this file.
1
#ifndef EXIT_H
2
#define EXIT_H
3
4
/* Return code conventions:
5
6
110: Unable to access dir
7
111: General (memory) error
8
112: Unable to access file
9
*/
10
11
void
_exit
(
int
);
12
13
int
rename
(
const
char
*,
const
char
*);
14
15
16
#endif
_exit
void _exit(int)
rename
int rename(const char *, const char *)
Generated on Thu Jan 16 2025 17:42:04 for s/qmail by
1.9.6