summaryrefslogtreecommitdiff
path: root/src/cert_daemon.h
blob: efe38e33e5b6aa571d9c2ebd35fe4dad45166478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*************************************************************************
	> File Name: cert_daemon.h
	> Author:
	> Mail:
	> Created Time: Tue 29 May 2018 11:12:46 PM PDT
 ************************************************************************/

#ifndef _NDPI_DAEMON_H
#define _NDPI_DAEMON_H

extern void daemonize (void);

#endif