summaryrefslogtreecommitdiff
path: root/libcli/netlogon_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-07 12:01:42 +0100
committerGünther Deschner <gd@samba.org>2011-01-07 15:02:24 +0100
commit3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (patch)
tree0868b01bb903571d8141ca07124649cc56a0dad0 /libcli/netlogon_proto.h
parent75c8e429383d0d5d4cb13e769d66d87a64252e42 (diff)
downloadsamba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.gz
samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.bz2
samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.zip
netlogon: move netlogon helpers to ../libcli/netlogon.
Guenther
Diffstat (limited to 'libcli/netlogon_proto.h')
-rw-r--r--libcli/netlogon_proto.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/libcli/netlogon_proto.h b/libcli/netlogon_proto.h
deleted file mode 100644
index 53c7d004ee..0000000000
--- a/libcli/netlogon_proto.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef _____LIBCLI_NETLOGON_PROTO_H__
-#define _____LIBCLI_NETLOGON_PROTO_H__
-
-#undef _PRINTF_ATTRIBUTE
-#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
-/* This file was automatically generated by mkproto.pl. DO NOT EDIT */
-
-/* this file contains prototypes for functions that are private
- * to this subsystem or library. These functions should not be
- * used outside this particular subsystem! */
-
-
-/* The following definitions come from ../libcli/netlogon.c */
-
-NTSTATUS push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
- struct netlogon_samlogon_response *response);
-NTSTATUS pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
- struct netlogon_samlogon_response *response);
-void map_netlogon_samlogon_response(struct netlogon_samlogon_response *response);
-NTSTATUS push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
- struct nbt_netlogon_response *response);
-NTSTATUS pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
- struct nbt_netlogon_response *response);
-#undef _PRINTF_ATTRIBUTE
-#define _PRINTF_ATTRIBUTE(a1, a2)
-
-#endif /* _____LIBCLI_NETLOGON_PROTO_H__ */
-