summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-02-12 14:47:26 +0000
committerMichael Adam <obnox@samba.org>2014-02-12 21:47:51 +0100
commit69594dfb8cfa35612ff9ce96f9669d7ed94ad578 (patch)
tree473fe577289fe7cef1a0360c167f2d8e07feec00 /source3/include
parentf0a385f35f9528b8f1f0c829065562b2d90b9850 (diff)
downloadsamba-69594dfb8cfa35612ff9ce96f9669d7ed94ad578.tar.gz
samba-69594dfb8cfa35612ff9ce96f9669d7ed94ad578.tar.xz
samba-69594dfb8cfa35612ff9ce96f9669d7ed94ad578.zip
auth: Make new_server_id_task() static to auth_samba4
This is not used in other parts of source3, so this patch improves modularity and isolation of features. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
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 315f0254b41..28c26a9626f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -447,7 +447,6 @@ uint32 get_my_vnn(void);
void set_my_unique_id(uint64_t unique_id);
struct server_id pid_to_procid(pid_t pid);
struct server_id procid_self(void);
-struct server_id *new_server_id_task(TALLOC_CTX *mem_ctx);
#define serverid_equal(p1, p2) server_id_equal(p1,p2)
bool procid_is_me(const struct server_id *pid);
struct server_id interpret_pid(const char *pid_string);