A clone of btpd with my configuration changes.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 řádky
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