diff options
author | Guillem Jover <guillem@debian.org> | 2010-02-20 04:29:15 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-02-25 09:37:39 +0100 |
commit | 6ada98fe522ddfb197292e8d5fe8249eab320594 (patch) | |
tree | 1d6d1c7880d3b7773b5fe477cb4dfcb1fc3e62db /dpkg-deb/info.c | |
parent | 51323231082c34fe87771502593aae50e601ea04 (diff) | |
download | dpkg-6ada98fe522ddfb197292e8d5fe8249eab320594.tar.gz |
libdpkg: Move package formatting support to a new pkg-format module
Move declarations from dpkg-db.h to a new pkg-format.h, and rename
showpkg.c to pkg-format.c.
Diffstat (limited to 'dpkg-deb/info.c')
-rw-r--r-- | dpkg-deb/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpkg-deb/info.c b/dpkg-deb/info.c index 6aaa55fb1..c0480aadc 100644 --- a/dpkg-deb/info.c +++ b/dpkg-deb/info.c @@ -39,6 +39,7 @@ #include <dpkg/i18n.h> #include <dpkg/dpkg.h> #include <dpkg/dpkg-db.h> +#include <dpkg/pkg-format.h> #include <dpkg/buffer.h> #include <dpkg/subproc.h> #include <dpkg/myopt.h> |