summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-31 08:42:35 +0000
committerpeter <peter@FreeBSD.org>2001-01-31 08:42:35 +0000
commit312d4981dc089e0a17e1a9f2cdf4d7327f25af69 (patch)
tree8e6ad9783bf845045f2db81e36e2cfc996e45a16 /usr.sbin/config/config.h
parentc276446c27b0fa9eca7b39c089fd2bf663a59212 (diff)
downloadFreeBSD-src-312d4981dc089e0a17e1a9f2cdf4d7327f25af69.zip
FreeBSD-src-312d4981dc089e0a17e1a9f2cdf4d7327f25af69.tar.gz
Redo the stray header file cleanup code to not depend on timestamps
or access times or anything. Just bite the bullet and keep a list of header files that we know about.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 71542b5..5a98de2 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -139,6 +139,7 @@ char *get_word(FILE *);
char *get_quoted_word(FILE *);
char *path(char *);
char *raisestr(char *);
+void remember(char *);
void moveifchanged(const char *, const char *);
void newbus_ioconf(void);
int yyparse(void);
OpenPOWER on IntegriCloud