userent.h 219 B

12345678910
  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. #endif /* !_USERENT_H */