15106c671SBrian Somers /* 25106c671SBrian Somers * $Id$ 35106c671SBrian Somers */ 45106c671SBrian Somers 55106c671SBrian Somers extern void ID0init(void); 65106c671SBrian Somers extern uid_t ID0realuid(void); 75106c671SBrian Somers extern int ID0ioctl(int, unsigned long, void *); 85106c671SBrian Somers extern int ID0unlink(const char *); 95106c671SBrian Somers extern int ID0socket(int, int, int); 105106c671SBrian Somers extern FILE *ID0fopen(const char *, const char *); 115106c671SBrian Somers extern int ID0open(const char *, int); 125106c671SBrian Somers extern int ID0uu_lock(const char *); 135106c671SBrian Somers extern int ID0uu_unlock(const char *); 14