busybox/networking/udhcp/script.h

7 lines
108 B
C
Raw Normal View History

2002-10-15 03:11:28 +05:30
#ifndef _SCRIPT_H
#define _SCRIPT_H
void run_script(struct dhcpMessage *packet, const char *name);
#endif