mirror of
https://github.com/kakwa/uts-server
synced 2024-11-12 20:48:56 +01:00
fix misplaced static definition
This commit is contained in:
parent
4c908090cb
commit
d6668a4d35
@ -0,0 +1 @@
|
||||
void skeleton_daemon();
|
@ -6,6 +6,7 @@
|
||||
#include <getopt.h>
|
||||
#include <argp.h>
|
||||
#include <sys/syslog.h>
|
||||
#include "utils.h"
|
||||
|
||||
const char *argp_program_version = UTS_VERSION;
|
||||
|
||||
@ -61,7 +62,7 @@ int main(int argc, char **argv)
|
||||
args.daemonize = 0;
|
||||
argp_parse (&argp, argc, argv, 0, 0, &args);
|
||||
|
||||
//skeleton_daemon();
|
||||
skeleton_daemon();
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user