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