A clone of btpd with my configuration changes.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
160 B

  1. #ifndef MISC_H
  2. #define MISC_H
  3. struct timezone;
  4. struct timeval;
  5. #ifndef HAVE_GETTIMEOFDAY
  6. int gettimeofday(struct timeval *,struct timezone *);
  7. #endif
  8. #endif