mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-01 12:29:36 +08:00
9 lines
196 B
C
9 lines
196 B
C
#ifndef __AF_RULE_CONFIG_H__
|
|
#define __AF_RULE_CONFIG_H__
|
|
#include "app_filter.h"
|
|
#include "af_utils.h"
|
|
#include "af_log.h"
|
|
void af_init_app_status(void);
|
|
int af_get_app_status(int appid);
|
|
|
|
#endif |