Files
pkgsrc-ng/chat/xchat-systray-integration/patches/patch-ao
2013-09-26 17:14:40 +02:00

14 lines
260 B
Plaintext

$NetBSD: patch-ao,v 1.1 2006/07/06 22:04:03 minskim Exp $
--- src/help.h.orig 2004-04-30 05:38:10.000000000 -0700
+++ src/help.h
@@ -9,7 +9,7 @@ void visit_website();
void send_email();
void help_page();
-char* version;
+extern char* version;
#endif