X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/2c0de0824e7a962fe0bff05972629781cec3fd68..1ac4f49c6492354367dd243458892fbdc7765f2b:/src/gui/lbxgui.c diff --git a/src/gui/lbxgui.c b/src/gui/lbxgui.c index e230d6f..bdc1d50 100644 --- a/src/gui/lbxgui.c +++ b/src/gui/lbxgui.c @@ -179,7 +179,7 @@ static int close_image(void *handle) return 0; } -static LBXimg *load_lbx_image(LBX *archive, unsigned index) +static LBXimg *load_lbx_image(struct lbx *archive, unsigned index) { LBXfile *file; LBXimg *image; @@ -317,7 +317,7 @@ static int load_archive(const char *path) gchar *basename; GtkTreeIter iter1, iter2; unsigned nfiles; - LBX *lbx; + struct lbx *lbx; lbx = lbx_fopen(path); if (!lbx)