summaryrefslogtreecommitdiff
path: root/libarchive_fe/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive_fe/err.h')
-rw-r--r--libarchive_fe/err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive_fe/err.h b/libarchive_fe/err.h
index c351cba8..ebf5de81 100644
--- a/libarchive_fe/err.h
+++ b/libarchive_fe/err.h
@@ -45,6 +45,6 @@ void lafe_errc(int eval, int code, const char *fmt, ...) __LA_DEAD
__LA_PRINTFLIKE(3, 4);
const char * lafe_getprogname(void);
-void lafe_setprogname(const char *);
+void lafe_setprogname(const char *name, const char *defaultname);
#endif