Welcome to mirror list, hosted at ThFree Co, Russian Federation.

script.h « udhcp « networking - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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