A clone of btpd with my configuration changes.
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- #ifndef BTPD_ACTIVE_H
- #define BTPD_ACTIVE_H
-
- void active_add(const uint8_t *hash);
- void active_del(const uint8_t *hash);
- void active_clear(void);
- void active_start(void);
-
- #endif
|