X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/aa72d53735c595550e417882b9aa8d1473b9b57c..195935b16f1a2966e50007309f0e68275dc8f2b5:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 12104cb..51b92f6 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -89,7 +89,7 @@ struct upkg_file { int eof; - struct upkg_priv *pkg; + struct upkg *pkg; unsigned long base, offset, len; };