13 lines
452 B
C
13 lines
452 B
C
$NetBSD: patch-windows_windows.h,v 1.2 2013/03/07 22:05:13 joerg Exp $
|
|
|
|
--- windows/windows.h.orig 2013-03-02 22:33:29.000000000 +0000
|
|
+++ windows/windows.h
|
|
@@ -246,7 +246,7 @@ extern int WindExecute();
|
|
extern void WindAddCommand();
|
|
extern int WindReplaceCommand();
|
|
extern char **WindGetCommandTable();
|
|
-extern int windCheckOnlyWindow(MagWindow **, WindClient);
|
|
+extern void windCheckOnlyWindow(MagWindow **, WindClient);
|
|
|
|
|
|
/* searching procs */
|