Imported Upstream version 1.8.3
[debian/sudo] / plugins / sudoers / defaults.h
index 13291240ce3d82d94aa5dff46cd5547021f21662..05e2b6f499e999a122be7545196356a466409da3 100644 (file)
@@ -48,7 +48,7 @@ struct sudo_defs_types {
     int type;
     char *desc;
     struct def_values *values;
-    int (*callback)(char *);
+    int (*callback)(const char *);
     union {
        int flag;
        int ival;
@@ -107,7 +107,6 @@ struct sudo_defs_types {
  */
 void dump_default(void);
 void init_defaults(void);
-void list_options(void);
 int  set_default(char *, char *, int);
 int  update_defaults(int);