hfingerd

[archived] hhvn.uk:79
git clone https://hhvn.uk/hfingerd
git clone git://hhvn.uk/hfingerd
Log | Files | Refs | LICENSE

handler.h (211B)


      1 /* Copyright (c) 2021 hhvn <dev@hhvn.uk> */
      2 
      3 #ifndef H_HANDLER
      4 #define H_HANDLER
      5 int derror(int fd, const char *format, ...);
      6 void get_userlist(int fd);
      7 void get_plan(int fd, char *user);
      8 #endif /* H_HANDLER */