enable use of vis, copying code in from OpenBSD CVS
[debian/pax] / pax.h
diff --git a/pax.h b/pax.h
index c117f79708dd48e86275f367b65af2c7922138a7..c25d0392a599740a86c8c2d8cb3d449e76c9a788 100644 (file)
--- a/pax.h
+++ b/pax.h
@@ -243,5 +243,7 @@ typedef struct oplist {
 #define _PAX_          1
 #define _TFILE_BASE    "paxXXXXXXXXXX"
 
-/* hack since we're pulling strlcpy in from OpenBSD library to this dir */
-extern size_t strlcpy(char *, const char *, size_t);
+/* hack since we're pulling routines in from OpenBSD library to this dir */
+size_t strlcpy(char *, const char *, size_t);
+char * vis(char *, int, int, int);
+