X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=pax.h;h=c25d0392a599740a86c8c2d8cb3d449e76c9a788;hb=09b778bc6f36b5f227aa218aea92aaed7440b542;hp=c117f79708dd48e86275f367b65af2c7922138a7;hpb=5f9e79a58492ebc9118a1ae9f20becd2b7f20bc3;p=debian%2Fpax diff --git a/pax.h b/pax.h index c117f79..c25d039 100644 --- 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); +