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:
4d69b67
)
fixed gfxfont_free() prototype
author
kramm
<kramm>
Sun, 1 May 2005 15:48:03 +0000
(15:48 +0000)
committer
kramm
<kramm>
Sun, 1 May 2005 15:48:03 +0000
(15:48 +0000)
lib/gfxfont.h
patch
|
blob
|
history
diff --git
a/lib/gfxfont.h
b/lib/gfxfont.h
index
657598b
..
70583e8
100644
(file)
--- a/
lib/gfxfont.h
+++ b/
lib/gfxfont.h
@@
-31,7
+31,7
@@
extern "C" {
#endif
gfxfont_t* gfxfont_load(char*filename);
-void gfxfont_free();
+void gfxfont_free(gfxfont_t*font);
#ifdef __cplusplus
}