]> err.no Git - dpkg/commitdiff
add parseformat prototype
authorWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 15:17:51 +0000 (15:17 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 15:17:51 +0000 (15:17 +0000)
dpkg-deb/dpkg-deb.h

index a130b475c978c98084f8d4e80b2635f63111e44b..6bb5c11ee00b280fc200d62b879e66b4b0724cc7 100644 (file)
@@ -23,7 +23,7 @@
 #define DPKG_DEB_H
 
 typedef void dofunction(const char *const *argv);
-dofunction do_build, do_contents, do_control;
+dofunction do_build, do_contents, do_control, do_showinfo;
 dofunction do_info, do_field, do_extract, do_vextract, do_fsystarfile;
 
 extern int debugflag, nocheckflag, oldformatflag;
@@ -34,6 +34,7 @@ void extracthalf(const char *debar, const char *directory,
                  const char *taroption, int admininfo);
 
 extern const char *compression;
+extern const char* showformat;
 
 #define DEBMAGIC     "!<arch>\ndebian-binary   "
 #define ADMINMEMBER            "control.tar.gz  "