aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/script.h
blob: 71003311c341700e5612c9c1a5a9cb5eca1931c0 (plain)
1
2
3
4
5
6
#ifndef _SCRIPT_H
#define _SCRIPT_H

extern void run_script(struct dhcpMessage *packet, const char *name);

#endif