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