3
0

script.h 108 B

123456
  1. #ifndef _SCRIPT_H
  2. #define _SCRIPT_H
  3. void run_script(struct dhcpMessage *packet, const char *name);
  4. #endif