projects
/
dss.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement logfile and daemon mode.
[dss.git]
/
daemon.h
1
2
/** \file daemon.h exported symbols from daemon.c */
3
4
void
daemon_init
(
void
);
5
FILE
*
open_log
(
const char
*
logfile_name
);
6
void
close_log
(
FILE
*
logfile
);
7
void
log_welcome
(
int
loglevel
);