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.
|
- #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
|