diff options
Diffstat (limited to 'accel-pppd/utils.h')
-rw-r--r-- | accel-pppd/utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/accel-pppd/utils.h b/accel-pppd/utils.h new file mode 100644 index 00000000..27d4d058 --- /dev/null +++ b/accel-pppd/utils.h @@ -0,0 +1,8 @@ +#ifndef __UTILS_H +#define __UTILS_H + +#include <netinet/in.h> + +void u_inet_ntoa(in_addr_t, char *str); + +#endif |