Mercurial > dnsbl
comparison src/daemon.h @ 211:4db1457cd11a stable-6-0-18
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:19:36 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
1 /* | |
2 * File: daemon.h | |
3 * Author: shasn | |
4 * | |
5 * Created on 22 Декабрь 2006 г., 15:28 | |
6 */ | |
7 | |
8 #ifndef _daemon_H | |
9 #define _daemon_H | |
10 | |
11 #ifdef __cplusplus | |
12 extern "C" { | |
13 #endif | |
14 | |
15 int daemon(int nochdir, int noclose); | |
16 | |
17 | |
18 #ifdef __cplusplus | |
19 } | |
20 #endif | |
21 | |
22 #endif /* _daemon_H */ | |
23 |