$NetBSD: patch-ac,v 1.1.1.1 2005/12/28 22:29:17 is Exp $

--- te_rdcmd.c.orig	1993-08-06 00:29:35.000000000 +0200
+++ te_rdcmd.c
@@ -9,13 +9,14 @@
 
 #include "te_defs.h"
 
+static unsigned short do_func_keys();
+
 int ccount;				/* count of chars read in */
 
 int read_cmdstr()
 {
 	unsigned short c;	/* temporary character */
 	int i;				/* temporary */
-	unsigned short do_func_keys();
 
 	goto prompt;
 
