X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/c85943d37456ef89f914bb1043f734deb8904dad..a6f1f69cc4874e2f2f878289bfc0f677220dfda9:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 08ee13a..775f918 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -69,7 +69,7 @@ const char *upkg_get_name(struct upkg *pkg, unsigned long idx); long upkg_export_find(struct upkg *pkg, const char *name); const char *upkg_export_name(struct upkg *pkg, unsigned long idx); const char *upkg_export_class(struct upkg *pkg, unsigned long idx, - const char **package, const char **group); + const char **package); struct upkg_file *upkg_export_open(struct upkg *pkg, unsigned long idx); size_t upkg_export_read(struct upkg_file *f, void *buf, size_t n);