made C compatible
authorkramm <kramm>
Tue, 23 Oct 2001 17:28:32 +0000 (17:28 +0000)
committerkramm <kramm>
Tue, 23 Oct 2001 17:28:32 +0000 (17:28 +0000)
lib/args.h

index 0e99360..c1ed3e3 100644 (file)
@@ -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) {