From 83f7edec866e46e30529e7e9169900c5b13423cb Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 23 Oct 2001 17:28:32 +0000 Subject: [PATCH] made C compatible --- lib/args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.10.4