X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fargs.h;h=c1ed3e318ee1138b506bdaf644277f59d02be00d;hb=83f7edec866e46e30529e7e9169900c5b13423cb;hp=0e99360d52088afcb13f6d937e24951eea7f25fd;hpb=843ff64cdad227d56714c268244a60f517351973;p=swftools.git diff --git a/lib/args.h b/lib/args.h index 0e99360..c1ed3e3 100644 --- a/lib/args.h +++ b/lib/args.h @@ -66,7 +66,7 @@ struct options_t char*longoption; }; -int args_long2shortoption(options_t*options, char*name, char*val) +int args_long2shortoption(struct options_t*options, char*name, char*val) { char*equal = strchr(name,'='); if (equal) {