From: Amitay Isaacs Date: Mon, 3 Aug 2015 05:36:06 +0000 (+1000) Subject: ctdb-pmda: Add missing prototype declaration for non-static function X-Git-Tag: talloc-2.1.4~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6538ba5243a043bc727039a16a7a9d5d8027fa06;p=thirdparty%2Fsamba.git 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 Reviewed-by: Martin Schwenke --- diff --git a/ctdb/utils/pmda/pmda_ctdb.c b/ctdb/utils/pmda/pmda_ctdb.c index 2beac8f8fe2..114584423ae 100644 --- a/ctdb/utils/pmda/pmda_ctdb.c +++ b/ctdb/utils/pmda/pmda_ctdb.c @@ -23,7 +23,6 @@ #include #include #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 */