small-packages/oaf/src/af_rule_config.h
2026-05-10 09:48:30 +08:00

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