A clone of btpd with my configuration changes.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- #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
|