14 lines
333 B
C
14 lines
333 B
C
/*************************************************************************
|
|
> 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
|