From 8e77e66338408a9343fee175e427d15f025735d0 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 18 Nov 2007 08:18:55 +0000 Subject: [PATCH] Remove extraneous declaration that crept into the previous revision. --- src/client/secure.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/secure.h b/src/client/secure.h index a92026eb..c05636fd 100644 --- a/src/client/secure.h +++ b/src/client/secure.h @@ -34,7 +34,6 @@ #ifndef SECURE_H #define SECURE_H -extern void clear_recent_input(void); extern void save_input(char *); extern int seen_input(char *);