summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-textio_textio.h
blob: 3f1d33427f4e1c30c366752b2d213e98d6f64126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-textio_textio.h,v 1.1 2013/03/03 01:11:11 joerg Exp $

--- textio/textio.h.orig	2013-03-02 22:26:17.000000000 +0000
+++ textio/textio.h
@@ -25,6 +25,7 @@
 #ifndef _TEXTIO_H
 #define _TEXTIO_H
 
+#include <stdarg.h>
 #include "utils/magic.h"
 
 #ifdef MAGIC_WRAPPER
@@ -65,6 +66,7 @@ extern void TxUseMore();
 extern void TxStopMore();
 
 /* printing procedures with variable arguments lists */
+extern void VTxError(char *, va_list);
 extern void TxError(char *, ...);
 extern void TxPrintf(char *, ...);
 extern char *TxPrintString(char *, ...);
$NetBSD: patch-textio_textio.h,v 1.1 2013/03/03 01:11:11 joerg Exp $

--- textio/textio.h.orig	2013-03-02 22:26:17.000000000 +0000
+++ textio/textio.h
@@ -25,6 +25,7 @@
 #ifndef _TEXTIO_H
 #define _TEXTIO_H
 
+#include <stdarg.h>
 #include "utils/magic.h"
 
 #ifdef MAGIC_WRAPPER
@@ -65,6 +66,7 @@ extern void TxUseMore();
 extern void TxStopMore();
 
 /* printing procedures with variable arguments lists */
+extern void VTxError(char *, va_list);
 extern void TxError(char *, ...);
 extern void TxPrintf(char *, ...);
 extern char *TxPrintString(char *, ...);