| 7:6b608d438597 | 8:c1994196683f |
|---|---|
| 5 * | 5 * |
| 6 * This file is distributed under the terms of the "Artistic License". | 6 * This file is distributed under the terms of the "Artistic License". |
| 7 * See the included file LICENSE for details. | 7 * See the included file LICENSE for details. |
| 8 */ | 8 */ |
| 9 | 9 |
| 10 #ifndef __LIBTU_OUTPUT_H | 10 #ifndef LIBTU_OUTPUT_H |
| 11 #define __LIBTU_OUTPUT_H | 11 #define LIBTU_OUTPUT_H |
| 12 | 12 |
| 13 #include <stdarg.h> | 13 #include <stdarg.h> |
| 14 | 14 |
| 15 #include "types.h" | 15 #include "types.h" |
| 16 | 16 |
| 45 | 45 |
| 46 extern void warn_err(); | 46 extern void warn_err(); |
| 47 extern void warn_err_obj(const char *obj); | 47 extern void warn_err_obj(const char *obj); |
| 48 extern void warn_err_obj_line(const char *obj, int line); | 48 extern void warn_err_obj_line(const char *obj, int line); |
| 49 | 49 |
| 50 #endif /* __LIBTU_OUTPUT_H */ | 50 #endif /* LIBTU_OUTPUT_H */ |