summaryrefslogtreecommitdiff
path: root/source3/include/serverid.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-17 12:45:33 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-17 20:07:07 +0200
commit6a58c5fc648088c7c8930a0e653c2f1b01a90b13 (patch)
tree4bfaa1e197f7304bdbc7550e7369eb1e6db89753 /source3/include/serverid.h
parent8149623ad4e07f03b92832972c6d36ada92cc810 (diff)
downloadsamba-6a58c5fc648088c7c8930a0e653c2f1b01a90b13.tar.gz
samba-6a58c5fc648088c7c8930a0e653c2f1b01a90b13.tar.bz2
samba-6a58c5fc648088c7c8930a0e653c2f1b01a90b13.zip
s3:lib: implement serverid_equal() as macro of server_id_equal()
metze
Diffstat (limited to 'source3/include/serverid.h')
-rw-r--r--source3/include/serverid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/serverid.h b/source3/include/serverid.h
index ed8d17f95a..1833f53d55 100644
--- a/source3/include/serverid.h
+++ b/source3/include/serverid.h
@@ -75,6 +75,4 @@ bool serverid_parent_init(TALLOC_CTX *mem_ctx);
*/
uint64_t serverid_get_random_unique_id(void);
-bool serverid_equal(const struct server_id *p1, const struct server_id *p2);
-
#endif