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:
2737854
)
new function abc_initscript()
author
kramm
<kramm>
Tue, 6 Jan 2009 21:31:37 +0000
(21:31 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:31:37 +0000
(21:31 +0000)
lib/as3/abc.h
patch
|
blob
|
history
diff --git
a/lib/as3/abc.h
b/lib/as3/abc.h
index
f2fad96
..
717057d
100644
(file)
--- a/
lib/as3/abc.h
+++ b/
lib/as3/abc.h
@@
-197,7
+197,7
@@
typedef struct _abc_script {
} abc_script_t;
abc_method_t* abc_nullmethod(abc_file_t*file);
-abc_script_t* abc_initscript(abc_file_t*file, multiname_t*returntype);
+abc_script_t* abc_initscript(abc_file_t*file);
#define __