X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=pax.h;h=c25d0392a599740a86c8c2d8cb3d449e76c9a788;hb=bfabbf6f00b4c263db351e7ad9ca4821cafd3b33;hp=26477976e4feb62ee7e8ea0e1f98d504fc32e091;hpb=636335dbb356165e1d3e7cf91c416696d8b93910;p=debian%2Fpax diff --git a/pax.h b/pax.h index 2647797..c25d039 100644 --- 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); +