diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 23:35:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:19 -0500 |
commit | 1060f6b3f621cb70b075a879f129e57f10fdbf8a (patch) | |
tree | b35328595ebe669a55b975249511511b9c9209f3 /source4/gtk/tools | |
parent | 45933a982804af9277b4980852ba65699d0f493d (diff) | |
download | samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.tar.gz samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.tar.bz2 samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.zip |
r14402: Generate seperate headers for RPC client functions.
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
Diffstat (limited to 'source4/gtk/tools')
-rw-r--r-- | source4/gtk/tools/gepdump.c | 2 | ||||
-rw-r--r-- | source4/gtk/tools/gwcrontab.c | 1 | ||||
-rw-r--r-- | source4/gtk/tools/gwsam.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c index eab3987a9a..5d62969028 100644 --- a/source4/gtk/tools/gepdump.c +++ b/source4/gtk/tools/gepdump.c @@ -21,7 +21,9 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "librpc/gen_ndr/ndr_epmapper_c.h" #include "librpc/gen_ndr/ndr_mgmt.h" +#include "librpc/gen_ndr/ndr_mgmt_c.h" #include "gtk/common/gtk-smb.h" #include "auth/gensec/gensec.h" diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index f2e42d01dd..cd2bc30d6e 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_atsvc.h" +#include "librpc/gen_ndr/ndr_atsvc_c.h" #include "gtk/common/gtk-smb.h" #include "auth/credentials/credentials.h" diff --git a/source4/gtk/tools/gwsam.c b/source4/gtk/tools/gwsam.c index 633b04851a..608dc1be8d 100644 --- a/source4/gtk/tools/gwsam.c +++ b/source4/gtk/tools/gwsam.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_samr.h" +#include "librpc/gen_ndr/ndr_samr_c.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" #include "auth/credentials/credentials.h" |