]> granicus.if.org Git - sudo/commitdiff
no longer need struct defaults forward referebce
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Nov 2016 16:15:18 +0000 (10:15 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Nov 2016 16:15:18 +0000 (10:15 -0600)
plugins/sudoers/defaults.h

index 55b08b36b685f307399446df37425349f0328ce7..284d39c23592ccdab557d818249f53cd4e993feb 100644 (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);