summaryrefslogtreecommitdiff
path: root/accel-pptpd/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/utils.h')
-rw-r--r--accel-pptpd/utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/accel-pptpd/utils.h b/accel-pptpd/utils.h
deleted file mode 100644
index 27d4d05..0000000
--- a/accel-pptpd/utils.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __UTILS_H
-#define __UTILS_H
-
-#include <netinet/in.h>
-
-void u_inet_ntoa(in_addr_t, char *str);
-
-#endif