mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
7 lines
115 B
C
7 lines
115 B
C
|
#ifndef _SCRIPT_H
|
||
|
#define _SCRIPT_H
|
||
|
|
||
|
extern void run_script(struct dhcpMessage *packet, const char *name);
|
||
|
|
||
|
#endif
|