Fix missing prototypes and mismatched prototypes in totemmrp.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1819 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2009-03-10 11:40:12 +00:00
parent 5129befb9b
commit eec866ea9e
2 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@
#include <corosync/totem/coropoll.h>
#include <corosync/hdb.h>
#include "totemmrp.h"
#include "totemsrp.h"
hdb_handle_t totemsrp_handle_in;

View File

@ -71,7 +71,7 @@ extern int totemmrp_initialize (
unsigned int *joined_list, int joined_list_entries,
struct memb_ring_id *ring_id));
extern int totemmrp_finalize (void);
extern void totemmrp_finalize (void);
/*
* Multicast a message
@ -104,7 +104,7 @@ extern int totemmrp_ifaces_get (
char ***status,
unsigned int *iface_count);
extern int totemmrp_my_nodeid_get (void);
extern unsigned int totemmrp_my_nodeid_get (void);
extern int totemmrp_my_family_get (void);