diff options
author | David Goulet <dgoulet@torproject.org> | 2019-06-11 11:59:39 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-06-11 11:59:39 -0400 |
commit | f7e8b3b68c8e2cecfc7ff4072e9f00d316aaba4f (patch) | |
tree | ddd7cd4b63c03d0c35b7e9063b8e40ea2bb065d6 /src/feature/control/btrack_orconn.h | |
parent | 8e112cecd8cf944e095304257563415e60891780 (diff) | |
parent | 5f5f6bb8fb68d171a39eb1e5c6e6649087ec551d (diff) | |
download | tor-f7e8b3b68c8e2cecfc7ff4072e9f00d316aaba4f.tar.gz tor-f7e8b3b68c8e2cecfc7ff4072e9f00d316aaba4f.zip |
Merge branch 'tor-github/pr/1040'
Diffstat (limited to 'src/feature/control/btrack_orconn.h')
-rw-r--r-- | src/feature/control/btrack_orconn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feature/control/btrack_orconn.h b/src/feature/control/btrack_orconn.h index f8f5c1096c..07b1b755f3 100644 --- a/src/feature/control/btrack_orconn.h +++ b/src/feature/control/btrack_orconn.h @@ -9,6 +9,8 @@ #ifndef TOR_BTRACK_ORCONN_H #define TOR_BTRACK_ORCONN_H +#include "lib/pubsub/pubsub.h" + #ifdef BTRACK_ORCONN_PRIVATE #include "ht.h" @@ -33,6 +35,7 @@ typedef struct bt_orconn_t { #endif /* defined(BTRACK_ORCONN_PRIVATE) */ int btrack_orconn_init(void); +int btrack_orconn_add_pubsub(pubsub_connector_t *); void btrack_orconn_fini(void); #endif /* !defined(TOR_BTRACK_ORCONN_H) */ |