@@ -112,8 +112,6 @@ DPKG_BEGIN_DECLS
#define FIND_EXPRSTARTCHARS "-(),!"
-#define TARBLKSZ 512
-
extern const char thisname[]; /* defined separately in each program */
/*** from startup.c ***/
@@ -26,6 +26,8 @@
#include <unistd.h>
#include <stdlib.h>
+#define TARBLKSZ 512
+
enum tar_format {
tar_format_old,
tar_format_gnu,