summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-10-18 13:53:21 +0200
committerMartin Mares <mj@ucw.cz>1998-10-18 13:53:21 +0200
commit0432c0173bb4d234e8ba8e4afea0a8e708e119d8 (patch)
tree52a7c25de9102f8da2693f9daa9278b172086fb0 /nest/protocol.h
parent05e56feb57b8e313a2328dbe82e2c2a70ff5115a (diff)
downloadbird-0432c0173bb4d234e8ba8e4afea0a8e708e119d8.tar
bird-0432c0173bb4d234e8ba8e4afea0a8e708e119d8.zip
Split protocol init to building of protocol list and real protocol init.
Added kernel route table syncer skeleton.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 6059f7c..9a0ea98 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -32,6 +32,7 @@ struct protocol {
void (*postconfig)(struct protocol *); /* After configuring */
};
+void protos_build(void);
void protos_init(void);
void protos_preconfig(void);
void protos_postconfig(void);