changed dns to dns-projects to divide scripts and projects
This commit is contained in:
parent
3d48acb497
commit
3b3722425e
125 changed files with 40001 additions and 0 deletions
21
dns-projects/zodiac/src/gui.h
Normal file
21
dns-projects/zodiac/src/gui.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* zodiac - advanced dns spoofer
|
||||
*
|
||||
* by team teso
|
||||
*/
|
||||
|
||||
#ifndef _Z_GUI_H
|
||||
#define _Z_GUI_H
|
||||
#include "dns-spoof-int.h"
|
||||
|
||||
|
||||
void menu_prompt (char *add);
|
||||
void menu_clear (void);
|
||||
void menu_test (void);
|
||||
void menu_set (void);
|
||||
void menu_spoof (void);
|
||||
void menu_handle (void);
|
||||
char *menu_input (void);
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue