clean out some more cruft
[sahlberg/ctdb.git] / common / ctdb_call.c
index 1604b0a91c7bf2045e133c85f6f0dbcaf2ae1e0d..0801e60dd76febb25caf56dd44a27961b332a6a2 100644 (file)
@@ -47,7 +47,7 @@
 /*
   a varient of input packet that can be used in lock requeue
 */
-void ctdb_call_input_pkt(void *p, struct ctdb_req_header *hdr)
+static void ctdb_call_input_pkt(void *p, struct ctdb_req_header *hdr)
 {
        struct ctdb_context *ctdb = talloc_get_type(p, struct ctdb_context);
        ctdb_input_pkt(ctdb, hdr);