Explorar o código

(xheader_xhdr_name,xheader_ghdr_name): New functions

Sergey Poznyakoff %!s(int64=21) %!d(string=hai) anos
pai
achega
0bfb6e136d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/common.h

+ 2 - 0
src/common.h

@@ -622,6 +622,8 @@ void xheader_store (char const *, struct tar_stat_info const *, void *);
 void xheader_read (union block *, size_t);
 void xheader_finish (struct xheader *);
 void xheader_destroy (struct xheader *);
+char *xheader_xhdr_name (struct tar_stat_info *st);
+char *xheader_ghdr_name (struct tar_stat_info *st);
 
 /* Module system.c */