X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/2c0de0824e7a962fe0bff05972629781cec3fd68..1ac4f49c6492354367dd243458892fbdc7765f2b:/src/lbxtool.c diff --git a/src/lbxtool.c b/src/lbxtool.c index 8a5a428..b207666 100644 --- a/src/lbxtool.c +++ b/src/lbxtool.c @@ -69,7 +69,7 @@ int filematch(char **argv, const char *name) return i ? -1: 0; } -int list(LBX *lbx, int verbose, char **argv) +int list(struct lbx *lbx, int verbose, char **argv) { unsigned int i; @@ -142,7 +142,7 @@ int extract_file(LBXfile *f, const struct lbx_statbuf *stat) return ret; } -int extract(LBX *lbx, int verbose, char **argv) +int extract(struct lbx *lbx, int verbose, char **argv) { unsigned int i; @@ -181,7 +181,7 @@ int main(int argc, char **argv) int mode = MODE_NONE, verbose = 0, opt, rc = EXIT_FAILURE; struct lbx_pipe_state stdin_handle = { .f = stdin }; const char *file = NULL; - LBX *lbx; + struct lbx *lbx; static const char *sopts = "lxf:i:vV"; static const struct option lopts[] = {