aboutsummaryrefslogtreecommitdiff
path: root/dpkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg.c')
-rw-r--r--dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg.c b/dpkg.c
index 5687e00be..55d97adda 100644
--- a/dpkg.c
+++ b/dpkg.c
@@ -31,7 +31,7 @@
31#endif 31#endif
32 32
33/* from dpkg-deb.c */ 33/* from dpkg-deb.c */
34extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); 34
35static const int dpkg_deb_contents = 1; 35static const int dpkg_deb_contents = 1;
36static const int dpkg_deb_control = 2; 36static const int dpkg_deb_control = 2;
37// const int dpkg_deb_info = 4; 37// const int dpkg_deb_info = 4;