* 修改编译方式为CMake
* 删除C++适配代码 * 修改编译告警
This commit is contained in:
13
program/include/cert_daemon.h
Normal file
13
program/include/cert_daemon.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user