diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 5687e00..55d97ad 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -31,7 +31,7 @@ #endif /* from dpkg-deb.c */ -extern int deb_extract(int optflags, const char *dir_name, const char *deb_filename); + static const int dpkg_deb_contents = 1; static const int dpkg_deb_control = 2; // const int dpkg_deb_info = 4; |