A clone of btpd with my configuration changes.
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- #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
|