diff options
Diffstat (limited to 'src/routing.h')
| -rw-r--r-- | src/routing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routing.h b/src/routing.h index e42eb71..3972afa 100644 --- a/src/routing.h +++ b/src/routing.h @@ -33,3 +33,4 @@ void routing_oldest(struct entry** dest); size_t routing_closest(struct nodeid* needle, size_t n, struct entry** res); struct entry* routing_get(struct nodeid* id); +void routing_remove(struct nodeid* self); |
