$OpenBSD: patch-extern_h,v 1.3 2003/01/20 01:45:14 naddy Exp $
--- extern.h.orig	Mon Jan 20 00:08:15 2003
+++ extern.h	Mon Jan 20 00:36:43 2003
@@ -56,3 +56,13 @@ void	 printlong(DISPLAY *);
 void	 printscol(DISPLAY *);
 void	 printstream(DISPLAY *);
 void	 usage(void);
+#ifdef COLORLS
+void	 parsecolors(const char *cs);
+void	 colorquit(int);
+
+extern char *ansi_fgcol;
+extern char *ansi_bgcol;
+extern char *ansi_coloff;
+extern char *attrs_off;
+extern char *enter_bold;
+#endif
