diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-01-05 15:18:59 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-01-05 15:18:59 +0300 |
commit | f28cb1b0a926f1ea98700b7871537ad1793511fd (patch) | |
tree | baf35570bc6b38b6fab5b6524e8f19f58f71e57f /accel-pptpd/utils.h | |
parent | 2fdf3586c13a72c36f9530084962e29d57dc0329 (diff) | |
download | accel-ppp-f28cb1b0a926f1ea98700b7871537ad1793511fd.tar.gz accel-ppp-f28cb1b0a926f1ea98700b7871537ad1793511fd.zip |
rename accel-pptp to accel-ppp
Diffstat (limited to 'accel-pptpd/utils.h')
-rw-r--r-- | accel-pptpd/utils.h | 8 |
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 |