summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_nbt.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-03 14:39:50 +0100
committerGünther Deschner <gd@samba.org>2011-11-03 18:35:08 +0100
commit0de2bf97ff4e6d90b54a5a2bf319b0810fd24120 (patch)
tree6351bdab839d5a005f7cb1b5048d42de3b76945a /librpc/ndr/ndr_nbt.h
parent72879f491f0ef83da874fc6fe4a6f74fdc2b1d39 (diff)
downloadsamba-0de2bf97ff4e6d90b54a5a2bf319b0810fd24120.tar.gz
samba-0de2bf97ff4e6d90b54a5a2bf319b0810fd24120.tar.bz2
samba-0de2bf97ff4e6d90b54a5a2bf319b0810fd24120.zip
nbt: move nbt_string ndr functions to ndr/ndr_nbt.c helper.
Guenther
Diffstat (limited to 'librpc/ndr/ndr_nbt.h')
-rw-r--r--librpc/ndr/ndr_nbt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_nbt.h b/librpc/ndr/ndr_nbt.h
index 69863f0209..65975765cb 100644
--- a/librpc/ndr/ndr_nbt.h
+++ b/librpc/ndr/ndr_nbt.h
@@ -3,6 +3,7 @@
CLDAP server structures
+ Copyright (C) Andrew Tridgell 2005
Copyright (C) Andrew Bartlett <abartlet@samba.org> 2008
This program is free software; you can redistribute it and/or modify
@@ -24,6 +25,10 @@
#ifndef _LIBRPC_NDR_NDR_NBT_H
#define _LIBRPC_NDR_NDR_NBT_H
+#include "librpc/gen_ndr/nbt.h"
+
+NDR_SCALAR_PROTO(nbt_string, const char *)
+
enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_REQUEST *r);
enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_REQUEST *r);
enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_RESPONSE_EX *r);