diff options
Diffstat (limited to 'src/ipcpd/normal/dir.h')
-rw-r--r-- | src/ipcpd/normal/dir.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/normal/dir.h b/src/ipcpd/normal/dir.h index 13571b68..68959836 100644 --- a/src/ipcpd/normal/dir.h +++ b/src/ipcpd/normal/dir.h @@ -29,8 +29,6 @@ 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); |