fix misplaced static definition

This commit is contained in:
Pierre-Francois Carpentier 2015-12-17 21:47:19 +01:00
parent d6668a4d35
commit 963b0bb14b
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <syslog.h>
#include "utils.h"
static void skeleton_daemon()
void skeleton_daemon()
{
pid_t pid;