mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef _SCRIPT_H
|
|
#define _SCRIPT_H
|
|
|
|
void run_script(struct dhcpMessage *packet, const char *name);
|
|
|
|
#endif
|