diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-04-01 17:13:48 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-04-01 17:13:48 +1100 |
commit | 297ab5017307de2d60e03ba73457efa1056fb427 (patch) | |
tree | cbf3e5c30472e5fec7fa334fb2110ac7475613d8 | |
parent | 71745ef97daace4b799d1ff0eb48645fff7e7b21 (diff) | |
download | samba-297ab5017307de2d60e03ba73457efa1056fb427.tar.gz samba-297ab5017307de2d60e03ba73457efa1056fb427.tar.xz samba-297ab5017307de2d60e03ba73457efa1056fb427.zip |
remove a prototype for a function no longer used
(This used to be ctdb commit 9ac9745ba9296d01e3b18148ae8c3240e51cf090)
-rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index cf93eed132..16db7730a3 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1128,7 +1128,6 @@ int daemon_deregister_message_handler(struct ctdb_context *ctdb, uint32_t client int32_t ctdb_ltdb_enable_seqnum(struct ctdb_context *ctdb, uint32_t db_id); int32_t ctdb_ltdb_update_seqnum(struct ctdb_context *ctdb, uint32_t db_id, uint32_t srcnode); -int32_t ctdb_ltdb_set_seqnum_frequency(struct ctdb_context *ctdb, uint32_t frequency); struct ctdb_rec_data *ctdb_marshall_record(TALLOC_CTX *mem_ctx, uint32_t reqid, TDB_DATA key, struct ctdb_ltdb_header *, TDB_DATA data); |