This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-certstore/program/include/cert_daemon.h
fengweihao 7192f437e5 * 修改编译方式为CMake
* 删除C++适配代码
* 修改编译告警
2019-11-05 11:38:40 +08:00

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