git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113cecf
)
made C compatible
author
kramm
<kramm>
Tue, 23 Oct 2001 17:28:32 +0000
(17:28 +0000)
committer
kramm
<kramm>
Tue, 23 Oct 2001 17:28:32 +0000
(17:28 +0000)
lib/args.h
patch
|
blob
|
history
diff --git
a/lib/args.h
b/lib/args.h
index
0e99360
..
c1ed3e3
100644
(file)
--- 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) {