mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
487a03a158
Guenther
33 lines
1.2 KiB
C
33 lines
1.2 KiB
C
#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__ */
|
|
|