diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-20 12:40:35 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-03-20 12:40:35 +0000 |
commit | 62e725ced1395b161b0fd66aea433c709850cc57 (patch) | |
tree | bd2bd945f8a5313cc3586423650785e106c771db /src/ipcpd/normal/routing.h | |
parent | b44cdf4069f30e342dfb80ec3eef7dd5c37367d0 (diff) | |
parent | 5fde9be8b30f284b4a249fbf13b08af290b868b1 (diff) | |
download | ouroboros-62e725ced1395b161b0fd66aea433c709850cc57.tar.gz ouroboros-62e725ced1395b161b0fd66aea433c709850cc57.zip |
Merged in sandervrijders/ouroboros/be-graph (pull request #402)
Be graph
Diffstat (limited to 'src/ipcpd/normal/routing.h')
-rw-r--r-- | src/ipcpd/normal/routing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/routing.h b/src/ipcpd/normal/routing.h index 20dc72f9..0794ef28 100644 --- a/src/ipcpd/normal/routing.h +++ b/src/ipcpd/normal/routing.h @@ -34,7 +34,6 @@ * Routing will take a type in the future, * to allow different policies. */ - int routing_init(struct nbs * nbs); void routing_fini(void); |