Remove extraneous declaration that crept into the previous revision.

This commit is contained in:
Markus Armbruster 2007-11-18 08:18:55 +00:00
parent 70a800d648
commit 8e77e66338

View file

@ -34,7 +34,6 @@
#ifndef SECURE_H #ifndef SECURE_H
#define SECURE_H #define SECURE_H
extern void clear_recent_input(void);
extern void save_input(char *); extern void save_input(char *);
extern int seen_input(char *); extern int seen_input(char *);