repo.or.cz
/
rfmod.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[rfmod.git]
/
daemon.h
blob
d2fd3ebb5f1ec8349cb28340c075b1e06974edbf
1
#ifndef _DAEMON_H_
2
3
#define _DAEMON_H_
4
5
void
daemonize
(
const char
*
lockfile
,
const char
*
username
);
6
7
#endif