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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libarchive_fe/err.h b/libarchive_fe/err.h
index ca1af356..c351cba8 100644
--- a/libarchive_fe/err.h
+++ b/libarchive_fe/err.h
@@ -40,10 +40,11 @@
#define __LA_PRINTFLIKE(f,a)
#endif
-extern const char *lafe_progname;
-
void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
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 *);
+
#endif