diff options
Diffstat (limited to 'usr.sbin/ppp/id.h')
-rw-r--r-- | usr.sbin/ppp/id.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h new file mode 100644 index 00000000000..45049873e4d --- /dev/null +++ b/usr.sbin/ppp/id.h @@ -0,0 +1,13 @@ +/* + * $Id: id.h,v 1.1 1997/11/23 20:27:34 brian Exp $ + */ + +extern void ID0init(void); +extern uid_t ID0realuid(void); +extern int ID0ioctl(int, unsigned long, void *); +extern int ID0unlink(const char *); +extern int ID0socket(int, int, int); +extern FILE *ID0fopen(const char *, const char *); +extern int ID0open(const char *, int); +extern int ID0uu_lock(const char *); +extern int ID0uu_unlock(const char *); |