mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ctdb-pmda: Add missing prototype declaration for non-static function
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11434 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
7949ce103f
commit
6538ba5243
@ -23,7 +23,6 @@
|
||||
#include <pcp/impl.h>
|
||||
#include <pcp/pmda.h>
|
||||
#include "includes.h"
|
||||
#include "ctdb.h"
|
||||
#include "ctdb_private.h"
|
||||
#include "ctdb_protocol.h"
|
||||
#include "domain.h"
|
||||
@ -536,6 +535,8 @@ err_out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
void pmda_ctdb_init(pmdaInterface *dp);
|
||||
|
||||
/*
|
||||
* Initialise the agent
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user