summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-20 11:17:06 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-20 11:17:06 +0000
commitb1e5882eb380ebfab3ca3e3d0c2d1f979d6efe86 (patch)
tree4348b7412e09f5b759f86ae839d470ac2854e5cb /source4/librpc
parentb0083691759c9d0561a5e9d436d927a44c82b388 (diff)
downloadsamba-b1e5882eb380ebfab3ca3e3d0c2d1f979d6efe86.tar.gz
samba-b1e5882eb380ebfab3ca3e3d0c2d1f979d6efe86.tar.bz2
samba-b1e5882eb380ebfab3ca3e3d0c2d1f979d6efe86.zip
* fixed libndr.h header
* "make clean" now removed the generated files (This used to be commit 683259a4dd30861ed24e8e5df918c8725ae13800)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/ndr/libndr.h19
-rw-r--r--source4/librpc/ndr/ndr_spoolss_buf.h23
2 files changed, 9 insertions, 33 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h
index 8975874c90..93687d8796 100644
--- a/source4/librpc/ndr/libndr.h
+++ b/source4/librpc/ndr/libndr.h
@@ -191,13 +191,12 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32, v
/* now pull in the individual parsers */
#include "librpc/ndr/ndr_basic.h"
#include "librpc/ndr/ndr_sec.h"
-#include "librpc/ndr/ndr_misc.h"
-#include "librpc/ndr/ndr_echo.h"
-#include "librpc/ndr/ndr_lsa.h"
-#include "librpc/ndr/ndr_dfs.h"
-#include "librpc/ndr/ndr_spoolss.h"
-#include "librpc/ndr/ndr_spoolss_buf.h"
-#include "librpc/ndr/ndr_samr.h"
-#include "librpc/ndr/ndr_wkssvc.h"
-#include "librpc/ndr/ndr_srvsvc.h"
-#include "librpc/ndr/ndr_atsvc.h"
+#include "librpc/gen_ndr/ndr_misc.h"
+#include "librpc/gen_ndr/ndr_echo.h"
+#include "librpc/gen_ndr/ndr_lsa.h"
+#include "librpc/gen_ndr/ndr_dfs.h"
+#include "librpc/gen_ndr/ndr_spoolss.h"
+#include "librpc/gen_ndr/ndr_samr.h"
+#include "librpc/gen_ndr/ndr_wkssvc.h"
+#include "librpc/gen_ndr/ndr_srvsvc.h"
+#include "librpc/gen_ndr/ndr_atsvc.h"
diff --git a/source4/librpc/ndr/ndr_spoolss_buf.h b/source4/librpc/ndr/ndr_spoolss_buf.h
deleted file mode 100644
index 3ff43a116c..0000000000
--- a/source4/librpc/ndr/ndr_spoolss_buf.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- Unix SMB/CIFS implementation.
-
- definitions for marshalling/unmarshalling spoolss buffer structures
-
- Copyright (C) Andrew Tridgell 2003
- Copyright (C) Tim Potter 2003
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-