summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-02 22:58:20 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-02 22:58:20 (EST)
commit1918031b966a3bfbad57d02b6daa365e3b619883 (patch)
treeff7270b3aa9257cc57a1c4cd650ff8bef48e097b /libopkg/pkg.h
parentb52b1a62772605cad74eeb2082305dd3e3e3b267 (diff)
Remove prototype for deleted function.
git-svn-id: http://opkg.googlecode.com/svn/trunk@246 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg.h')
-rw-r--r--libopkg/pkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/pkg.h b/libopkg/pkg.h
index 066c356..d95eed3 100644
--- a/libopkg/pkg.h
+++ b/libopkg/pkg.h
@@ -212,7 +212,6 @@ void pkg_formatted_field(FILE *fp, pkg_t *pkg, const char *field);
void set_flags_from_control(opkg_conf_t *conf, pkg_t *pkg);
void pkg_print_status(pkg_t * pkg, FILE * file);
-void pkg_print_field(pkg_t *pkg, FILE *file, const char *field);
str_list_t *pkg_get_installed_files(pkg_t *pkg);
int pkg_free_installed_files(pkg_t *pkg);
int pkg_remove_installed_files_list(opkg_conf_t *conf, pkg_t *pkg);