diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 00:00:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-24 00:52:01 +0100 |
commit | 2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch) | |
tree | 8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/include/ctdbd_conn.h | |
parent | b903c289390741e423c7457e7ee82c8c5cb8b74b (diff) | |
download | samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz |
s3-prototypes: remove protos of some dead functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/ctdbd_conn.h')
-rw-r--r-- | source3/include/ctdbd_conn.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index 80cf717499b..9530d1e3fcf 100644 --- a/source3/include/ctdbd_conn.h +++ b/source3/include/ctdbd_conn.h @@ -66,10 +66,6 @@ NTSTATUS ctdbd_register_ips(struct ctdbd_connection *conn, NTSTATUS ctdbd_register_reconfigure(struct ctdbd_connection *conn); -NTSTATUS ctdbd_persistent_store(struct ctdbd_connection *conn, uint32_t db_id, TDB_DATA key, TDB_DATA data); -NTSTATUS ctdbd_start_persistent_update(struct ctdbd_connection *conn, uint32_t db_id, TDB_DATA key, TDB_DATA data); -NTSTATUS ctdbd_cancel_persistent_update(struct ctdbd_connection *conn, uint32_t db_id, TDB_DATA key, TDB_DATA data); - NTSTATUS ctdbd_control_local(struct ctdbd_connection *conn, uint32 opcode, uint64_t srvid, uint32_t flags, TDB_DATA data, TALLOC_CTX *mem_ctx, TDB_DATA *outdata, |