dcerpc: we do not need these as public headers
authorSimo Sorce <idra@samba.org>
Wed, 16 Mar 2011 19:32:53 +0000 (15:32 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 16 Mar 2011 22:45:20 +0000 (23:45 +0100)
latest openchange doesn't need these headers either
fix _PRINTF_ATTRIBUTE in tdr.h, as it was failing to work after removing
proto.h due to side effects. PRINTF_ATTRIBUTE is ok and is define in talloc.h
which is included by tdr.h

Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Wed Mar 16 23:45:20 CET 2011 on sn-devel-104

lib/tdr/tdr.h
source4/rpc_server/wscript_build [changed mode: 0644->0755]

index cd4785e63c1713d93dc288cd9db2f7fc76f50312..fa0a4d7a77a0add388f1dd3cb7d479308ce2df67 100644 (file)
@@ -95,6 +95,6 @@ struct tdr_push *tdr_push_init(TALLOC_CTX *mem_ctx);
 struct tdr_pull *tdr_pull_init(TALLOC_CTX *mem_ctx);
 
 NTSTATUS tdr_push_to_fd(int fd, tdr_push_fn_t push_fn, const void *p);
-void tdr_print_debug_helper(struct tdr_print *tdr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3);
+void tdr_print_debug_helper(struct tdr_print *tdr, const char *format, ...) PRINTF_ATTRIBUTE(2,3);
 
 #endif /* __TDR_H__ */
old mode 100644 (file)
new mode 100755 (executable)
index a1d1fc5..f1d3c0d
@@ -9,8 +9,6 @@ bld.SAMBA_SUBSYSTEM('DCERPC_SHARE',
 bld.SAMBA_SUBSYSTEM('DCERPC_COMMON',
        source='common/forward.c common/reply.c dcesrv_auth.c',
        autoproto='common/proto.h',
-       public_headers='common/common.h common/proto.h',
-       header_path='dcerpc_server',
        deps='ldb DCERPC_SHARE samba_server_gensec'
        )