Mercurial > sm-archive
comparison src/daemon.h @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
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 |