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.

10 linhas
179 B

  1. #ifndef BTPD_ACTIVE_H
  2. #define BTPD_ACTIVE_H
  3. void active_add(const uint8_t *hash);
  4. void active_del(const uint8_t *hash);
  5. void active_clear(void);
  6. void active_start(void);
  7. #endif