21 lines
418 B
C
21 lines
418 B
C
|
|
||
|
#ifndef _FIREWALL_DEMO_H
|
||
|
#define _FIREWALL_DEMO_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
//#ifdef QL_APP_FEATURE_HTTP_FOTA
|
||
|
|
||
|
|
||
|
/*========================================================================
|
||
|
* function Definition
|
||
|
*========================================================================*/
|
||
|
|
||
|
void ql_firewall_app_init(void);
|
||
|
//#endif
|
||
|
#ifdef __cplusplus
|
||
|
}/*"C" */
|
||
|
#endif
|
||
|
|
||
|
#endif /*DATACALL_DEMO_H*/
|