diff options
Diffstat (limited to 'networking/udhcp/script.h')
-rw-r--r-- | networking/udhcp/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/script.h b/networking/udhcp/script.h index 87a20cc17..71003311c 100644 --- a/networking/udhcp/script.h +++ b/networking/udhcp/script.h @@ -1,6 +1,6 @@ #ifndef _SCRIPT_H #define _SCRIPT_H -void run_script(struct dhcpMessage *packet, const char *name); +extern void run_script(struct dhcpMessage *packet, const char *name); #endif |