diff options
Diffstat (limited to 'src/ipcpd/normal/dir.h')
-rw-r--r-- | src/ipcpd/normal/dir.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipcpd/normal/dir.h b/src/ipcpd/normal/dir.h index 5f3f738e..13571b68 100644 --- a/src/ipcpd/normal/dir.h +++ b/src/ipcpd/normal/dir.h @@ -27,6 +27,10 @@ int dir_init(void); void dir_fini(void); +int dir_bootstrap(void); + +int dir_enroll(uint64_t peer); + int dir_reg(const uint8_t * hash); int dir_unreg(const uint8_t * hash); |