A clone of btpd with my configuration changes.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011 |
- #ifndef MISC_H
- #define MISC_H
-
- struct timezone;
- struct timeval;
-
- #ifndef HAVE_GETTIMEOFDAY
- int gettimeofday(struct timeval *,struct timezone *);
- #endif
-
- #endif
|