execve_hook/src/rules.h

8 lines
123 B
C

#ifndef RULES_H
#define RULES_H
#include "exec_hook.h"
int args_match(char *const argv[], Rule *rule);
#endif // RULES_H