testprogs: regenerate printlib prototypes for spoolss test.
[ira/wip.git] / testprogs / win32 / spoolss / torture_proto.h
1 #ifndef __TORTURE_PROTO_H__
2 #define __TORTURE_PROTO_H__
3
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 */
7
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! */
11
12
13 /* The following definitions come from torture.c  */
14
15
16 /****************************************************************************
17 ****************************************************************************/
18 void torture_warning(struct torture_context *context, const char *comment, ...);
19
20 /****************************************************************************
21 ****************************************************************************/
22 void torture_result(struct torture_context *context,
23                     enum torture_result result, const char *fmt, ...);
24
25 /****************************************************************************
26 ****************************************************************************/
27 void torture_comment(struct torture_context *context, const char *comment, ...);
28 #undef _PRINTF_ATTRIBUTE
29 #define _PRINTF_ATTRIBUTE(a1, a2)
30
31 #endif /* __TORTURE_PROTO_H__ */
32