mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
6 lines
115 B
C
6 lines
115 B
C
#ifndef _SCRIPT_H
|
|
#define _SCRIPT_H
|
|
|
|
extern void run_script(struct dhcpMessage *packet, const char *name);
|
|
|
|
#endif
|