userent.h 244 B

1234567891011
  1. #ifndef _USERENT_H
  2. #define _USERENT_H
  3. #include "users.h"
  4. void update_mod(char *, char *, char *, char *);
  5. void list_type_kill(struct list_type *);
  6. void stats_add(struct userrec *, int, int);
  7. void init_userent(void);
  8. #endif /* !_USERENT_H */