no longer need struct defaults forward referebce

This commit is contained in:
Todd C. Miller
2016-11-03 10:15:18 -06:00
parent 7c56179c7d
commit 3c28810feb

View File

@@ -119,8 +119,6 @@ struct early_default {
/*
* Prototypes
*/
struct defaults; /* in parse.h */
void dump_default(void);
bool check_default(const char *var, const char *val, int op, const char *file, int lineno, bool quiet);
bool init_defaults(void);