Explorar o código

add parseformat prototype

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
12bbf27805
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dpkg-deb/dpkg-deb.h

+ 2 - 1
dpkg-deb/dpkg-deb.h

@@ -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  "