$OpenBSD: patch-extern_h,v 1.6 2016/04/06 18:53:16 naddy Exp $
--- extern.h.orig	Tue Dec  1 19:36:13 2015
+++ extern.h	Wed Apr  6 19:12:57 2016
@@ -52,3 +52,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
