ftpwho-read.h 152 B

12345678910
  1. #ifndef __FTPWHO_READ_H__
  2. #define __FTPWHO_READ_H__ 1
  3. #ifdef PER_USER_LIMITS
  4. unsigned int ftpwho_read_count(const char * const user);
  5. #endif
  6. #endif