mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 12:37:08 +02:00
fix misplaced static definition
This commit is contained in:
parent
d6668a4d35
commit
963b0bb14b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue