From 43ab4aa3a98c05a3d3bf3237098e56318df97c52 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 10 Mar 2009 11:08:49 +0000 Subject: [PATCH] Define undefined prototypes git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1814 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totemrrp.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/exec/totemrrp.c b/exec/totemrrp.c index 50602ae6..1cd071c1 100644 --- a/exec/totemrrp.c +++ b/exec/totemrrp.c @@ -66,6 +66,15 @@ #include "totemnet.h" #include "totemrrp.h" +void rrp_deliver_fn ( + void *context, + void *msg, + int msg_len); + +void rrp_iface_change_fn ( + void *context, + struct totem_ip_address *iface_addr); + struct totemrrp_instance; struct passive_instance { struct totemrrp_instance *rrp_instance;