A clone of btpd with my configuration changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
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