1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

server:update_record: make ctdb_childwrite static

(This used to be ctdb commit 400364a1d54404787cff48fb2c30c1b172a8b204)
This commit is contained in:
Michael Adam 2012-02-21 17:55:07 +01:00
parent 55abb07f51
commit 28554afc67

View File

@ -191,7 +191,8 @@ static void childwrite_handler(struct event_context *ev, struct fd_event *fde,
/* this creates a child process which will take out a tdb transaction
and write the record to the database.
*/
struct childwrite_handle *ctdb_childwrite(struct ctdb_db_context *ctdb_db,
static struct childwrite_handle *ctdb_childwrite(
struct ctdb_db_context *ctdb_db,
void (*callback)(int, void *private_data),
struct ctdb_persistent_write_state *state)
{