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 16a8d73..686a89d 100644
--- a/usr.sbin/autofs/common.h
+++ b/usr.sbin/autofs/common.h
@@ -70,7 +70,7 @@ void log_warnx(const char *, ...) __printflike(1, 2);
void log_debugx(const char *, ...) __printf0like(1, 2);
char *checked_strdup(const char *);
-char *separated_concat(const char *s1, const char *s2, char separator);
+char *concat(const char *s1, char separator, const char *s2);
void create_directory(const char *path);
struct node *node_new_root(void);
OpenPOWER on IntegriCloud