summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/alias.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/alias.h')
-rw-r--r--usr.sbin/ppp/alias.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr.sbin/ppp/alias.h b/usr.sbin/ppp/alias.h
deleted file mode 100644
index 4075822..0000000
--- a/usr.sbin/ppp/alias.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Alias.h defines the outside world interfaces for the packet
- aliasing software.
-
- This software is placed into the public domain with no restrictions
- on its distribution.
-
- Initial version: August, 1996 (cjm)
-*/
-
-
-#ifndef _ALIAS_H_
-#define _ALIAS_H_
-
-extern void PacketAliasIn __P((struct ip *));
-extern void PacketAliasOut __P((struct ip *));
-extern void SetAliasAddress __P((struct in_addr));
-extern void InitAlias();
-extern void InitAliasLog();
-
-#endif
OpenPOWER on IntegriCloud