provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (bug...
[Samba/gebeck_regimport.git] / testprogs / win32 / spoolss / torture_proto.h
blob5d1dd8804b5071047a3e0f39875cfc6fb3b0ccb4
1 #ifndef __TORTURE_PROTO_H__
2 #define __TORTURE_PROTO_H__
4 #undef _PRINTF_ATTRIBUTE
5 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
6 /* This file was automatically generated by mkproto.pl. DO NOT EDIT */
8 /* this file contains prototypes for functions that are private
9 * to this subsystem or library. These functions should not be
10 * used outside this particular subsystem! */
13 /* The following definitions come from torture.c */
16 /****************************************************************************
17 ****************************************************************************/
18 void torture_warning(struct torture_context *context, const char *comment, ...);
20 /****************************************************************************
21 ****************************************************************************/
22 void torture_result(struct torture_context *context,
23 enum torture_result result, const char *fmt, ...);
25 /****************************************************************************
26 ****************************************************************************/
27 void torture_comment(struct torture_context *context, const char *comment, ...);
28 #undef _PRINTF_ATTRIBUTE
29 #define _PRINTF_ATTRIBUTE(a1, a2)
31 #endif /* __TORTURE_PROTO_H__ */