mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
19 lines
729 B
Plaintext
19 lines
729 B
Plaintext
$NetBSD: patch-aa,v 1.3 2011/09/13 07:28:48 mef Exp $
|
|
|
|
--- include/wnnlib.h.orig 2002-10-03 09:35:27.000000000 +0000
|
|
+++ include/wnnlib.h
|
|
@@ -107,11 +107,11 @@ typedef struct {
|
|
#ifdef __STDC__
|
|
extern struct wnn_buf *jcOpen(char *server, char *envname,
|
|
int override, char *rcfile,
|
|
- void (*error)(), int (*confirm)(),
|
|
+ int (*error)(const char *), int (*confirm)(const char *),
|
|
int timeout);
|
|
extern struct wnn_buf *jcOpen2(char *server, char *envname,
|
|
int override, char *rcfile4, char *rcfile6,
|
|
- void (*error)(), int (*confirm)(),
|
|
+ int (*error)(const char *), int (*confirm)(const char *),
|
|
int timeout);
|
|
extern int jcClose(struct wnn_buf *wnn);
|
|
extern int jcIsConnect(struct wnn_buf *wnn);
|