summaryrefslogtreecommitdiff
path: root/testprogs/win32/spoolss/torture_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-14 23:54:42 +0100
committerGünther Deschner <gd@samba.org>2010-01-08 01:03:34 +0100
commit487a03a1586e478baaadada184836be98c609aa0 (patch)
tree15c26cd7ff3bbc64d3346cb6af31550311db97ca /testprogs/win32/spoolss/torture_proto.h
parent57be1d07afc2a0725b79327636204a9238ab94aa (diff)
downloadsamba-487a03a1586e478baaadada184836be98c609aa0.tar.gz
samba-487a03a1586e478baaadada184836be98c609aa0.tar.bz2
samba-487a03a1586e478baaadada184836be98c609aa0.zip
testprogs: add win32 spoolss testsuite.
Guenther
Diffstat (limited to 'testprogs/win32/spoolss/torture_proto.h')
-rw-r--r--testprogs/win32/spoolss/torture_proto.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/testprogs/win32/spoolss/torture_proto.h b/testprogs/win32/spoolss/torture_proto.h
new file mode 100644
index 0000000000..5d1dd8804b
--- /dev/null
+++ b/testprogs/win32/spoolss/torture_proto.h
@@ -0,0 +1,32 @@
+#ifndef __TORTURE_PROTO_H__
+#define __TORTURE_PROTO_H__
+
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
+/* This file was automatically generated by mkproto.pl. DO NOT EDIT */
+
+/* this file contains prototypes for functions that are private
+ * to this subsystem or library. These functions should not be
+ * used outside this particular subsystem! */
+
+
+/* The following definitions come from torture.c */
+
+
+/****************************************************************************
+****************************************************************************/
+void torture_warning(struct torture_context *context, const char *comment, ...);
+
+/****************************************************************************
+****************************************************************************/
+void torture_result(struct torture_context *context,
+ enum torture_result result, const char *fmt, ...);
+
+/****************************************************************************
+****************************************************************************/
+void torture_comment(struct torture_context *context, const char *comment, ...);
+#undef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a1, a2)
+
+#endif /* __TORTURE_PROTO_H__ */
+