A clone of btpd with my configuration changes.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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