summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-17 21:22:06 +0200
committerGünther Deschner <gd@samba.org>2008-06-23 23:38:52 +0200
commitddf6e73b1fcbc4faae938815e7c7840d04d84150 (patch)
treeed2d4794eb2e84a4c4e2b50ac9f3bd5991c9d7cd /source3/libnet/libnet_proto.h
parent33000d77e4b904cf9cdfd3e3d83a3c3cc84d7f2b (diff)
downloadsamba-ddf6e73b1fcbc4faae938815e7c7840d04d84150.tar.gz
samba-ddf6e73b1fcbc4faae938815e7c7840d04d84150.tar.bz2
samba-ddf6e73b1fcbc4faae938815e7c7840d04d84150.zip
net_vampire: move pull_netr_AcctLockStr() to libnet.
Guenther (This used to be commit 8ec64a96e43d2e55e81f725fe693178ecdc65e88)
Diffstat (limited to 'source3/libnet/libnet_proto.h')
-rw-r--r--source3/libnet/libnet_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index b30b94a54b..6f150d1579 100644
--- a/source3/libnet/libnet_proto.h
+++ b/source3/libnet/libnet_proto.h
@@ -59,4 +59,7 @@ NTSTATUS samsync_process_database(struct rpc_pipe_client *pipe_hnd,
enum netr_SamDatabaseID database_id,
samsync_fn_t callback_fn,
struct samsync_context *ctx);
+NTSTATUS pull_netr_AcctLockStr(TALLOC_CTX *mem_ctx,
+ struct lsa_BinaryString *r,
+ struct netr_AcctLockStr **str_p);
#endif /* _LIBNET_PROTO_H_ */