summaryrefslogtreecommitdiffstats
path: root/usr.sbin/autofs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/autofs/common.h')
-rw-r--r--usr.sbin/autofs/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/autofs/common.h b/usr.sbin/autofs/common.h
index 686a89d..dc84415 100644
--- a/usr.sbin/autofs/common.h
+++ b/usr.sbin/autofs/common.h
@@ -87,7 +87,7 @@ void node_expand_ampersand(struct node *root, const char *key);
void node_expand_wildcard(struct node *root, const char *key);
int node_expand_defined(struct node *root);
void node_expand_indirect_maps(struct node *n);
-void node_print(const struct node *n);
+void node_print(const struct node *n, const char *cmdline_options);
void parse_master(struct node *root, const char *path);
void parse_map(struct node *parent, const char *map, const char *args,
bool *wildcards);
OpenPOWER on IntegriCloud