1808021952
* md5 -> distinfo * sensible patch names
15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
$OpenBSD: patch-SeTerm_c,v 1.1 2002/02/20 21:46:49 naddy Exp $
|
|
--- SeTerm.c.orig Wed Feb 20 22:27:03 2002
|
|
+++ SeTerm.c Wed Feb 20 22:28:29 2002
|
|
@@ -25,8 +25,8 @@
|
|
#include "seyon.h"
|
|
#include "SeDecl.h"
|
|
|
|
-extern char TtyReadChar();
|
|
-extern int MdmReadStr();
|
|
+extern int TtyReadChar(),
|
|
+ MdmReadStr();
|
|
|
|
extern FILE *tfp, /* terminal pointer */
|
|
*cfp; /* capture file pointer */
|