apply new hurd patch to my tree
[debian/pax] / pax.h
diff --git a/pax.h b/pax.h
index 26477976e4feb62ee7e8ea0e1f98d504fc32e091..c25d0392a599740a86c8c2d8cb3d449e76c9a788 100644 (file)
--- a/pax.h
+++ b/pax.h
@@ -242,3 +242,8 @@ typedef struct oplist {
 #define OCT            8
 #define _PAX_          1
 #define _TFILE_BASE    "paxXXXXXXXXXX"
+
+/* 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);
+