A clone of btpd with my configuration changes.

10 satır
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