From: kramm Date: Tue, 23 Oct 2001 17:28:32 +0000 (+0000) Subject: made C compatible X-Git-Tag: release-0-0-2~4 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=83f7edec866e46e30529e7e9169900c5b13423cb;p=swftools.git made C compatible --- 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) {