nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] Missing externs in proto.h


From: Rocco Corsi
Subject: [Nano-devel] Missing externs in proto.h
Date: Fri, 08 Mar 2002 22:41:34 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901

Some more minor stuff...

Rocco
Index: proto.h
===================================================================
RCS file: /cvsroot/nano/nano/proto.h,v
retrieving revision 1.78
diff -u -r1.78 proto.h
--- proto.h     5 Mar 2002 19:55:55 -0000       1.78
+++ proto.h     9 Mar 2002 03:37:16 -0000
@@ -40,7 +40,7 @@
 extern int currslen;
 
 #ifndef DISABLE_JUSTIFY
-char *quotestr;
+extern char *quotestr;
 #endif
 
 extern WINDOW *edit, *topwin, *bottomwin;
@@ -65,7 +65,7 @@
 #endif
 
 #ifdef ENABLE_COLOR
-colortype *colorstrings;
+extern colortype *colorstrings;
 #endif
 
 extern shortcut *shortcut_list;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]