|
@@ -16,6 +16,7 @@ int write_userfile(int);
|
|
|
void touch_laston(struct userrec *, char *, time_t);
|
|
void touch_laston(struct userrec *, char *, time_t);
|
|
|
void user_del_chan(char *);
|
|
void user_del_chan(char *);
|
|
|
struct userrec *host_conflicts(char *);
|
|
struct userrec *host_conflicts(char *);
|
|
|
|
|
+bool clearhosts(struct userrec *);
|
|
|
|
|
|
|
|
extern struct userrec *userlist, *lastuser;
|
|
extern struct userrec *userlist, *lastuser;
|
|
|
extern int cache_hit, cache_miss, userfile_perm;
|
|
extern int cache_hit, cache_miss, userfile_perm;
|