Advertisement
Guest User

Untitled

a guest
Jun 15th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
  2. // For more information, see LICENCE in the main folder
  3.  
  4. #ifndef __LOGINLOG_H_INCLUDED__
  5. #define __LOGINLOG_H_INCLUDED__
  6.  
  7. // (^~_~^) Gepard Shield Start
  8. void login_gepard_log(int fd, uint32 ip, const char* username, int rcode, const char* message);
  9. // (^~_~^) Gepard Shield End
  10.  
  11. unsigned long loginlog_failedattempts(uint32 ip, unsigned int minutes);
  12. void login_log(int32 ip, const char* username, int rcode, const char* message);
  13. bool loginlog_init(void);
  14. bool loginlog_final(void);
  15. bool loginlog_config_read(const char* w1, const char* w2);
  16.  
  17.  
  18. #endif // __LOGINLOG_H_INCLUDED__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement