summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-23 15:04:10 +0100
committerVolker Lendecke <vl@samba.org>2010-02-23 15:30:00 +0100
commit752bffc53fcf296f841d62ffbf8d424f9e8e66bd (patch)
treed5139fe0fd5974d94262524112679e5cc6efd0e1 /source3/include
parentce7727c1cc2fe4caa9b2d6e33530c3483dd5f980 (diff)
downloadsamba-752bffc53fcf296f841d62ffbf8d424f9e8e66bd.tar.gz
samba-752bffc53fcf296f841d62ffbf8d424f9e8e66bd.tar.bz2
samba-752bffc53fcf296f841d62ffbf8d424f9e8e66bd.zip
s3: Consolidate server_id_self into the equivalent procid_self()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 63270e14fa..ca1a38ba24 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1205,7 +1205,6 @@ void set_my_vnn(uint32 vnn);
uint32 get_my_vnn(void);
struct server_id pid_to_procid(pid_t pid);
struct server_id procid_self(void);
-struct server_id server_id_self(void);
bool procid_equal(const struct server_id *p1, const struct server_id *p2);
bool cluster_id_equal(const struct server_id *id1,
const struct server_id *id2);