summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-24 13:05:25 +0100
committerVolker Lendecke <vl@samba.org>2008-12-31 19:33:24 +0100
commitadd3d572d05951f6f5ac89044d449c4dbdc03308 (patch)
treeb675ef3a66eefe7108a3505f6210cfeec26b7fa8 /source3/include
parent641772b605520ed3914ee36d5a953c247c1082c7 (diff)
downloadsamba-add3d572d05951f6f5ac89044d449c4dbdc03308.tar.gz
samba-add3d572d05951f6f5ac89044d449c4dbdc03308.tar.bz2
samba-add3d572d05951f6f5ac89044d449c4dbdc03308.zip
Remove unused function get_numlist()
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 b187a660b0..53ba8e2503 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1165,7 +1165,6 @@ struct user_auth_info *get_cmdline_auth_info_copy(TALLOC_CTX *mem_ctx,
bool set_cmdline_auth_info_machine_account_creds(struct user_auth_info *auth_info);
bool add_gid_to_array_unique(TALLOC_CTX *mem_ctx, gid_t gid,
gid_t **gids, size_t *num_gids);
-const char *get_numlist(const char *p, uint32 **num, int *count);
bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf);
bool socket_exist(const char *fname);
bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st);