diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-02-20 23:54:11 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-02-20 23:54:11 -0300 |
commit | fe7cf3373f886cb583867d248eab805091422233 (patch) | |
tree | b8bd21853cc6a7ca142b842308b6164e86ced297 /giscanner/sourcescanner.h | |
parent | 5d3e6864dc3b4a3496560b8d9a3c6afb37ecf618 (diff) | |
download | gobject-introspection-fe7cf3373f886cb583867d248eab805091422233.tar.gz |
Fix warnings pointed out by GCC
Diffstat (limited to 'giscanner/sourcescanner.h')
-rw-r--r-- | giscanner/sourcescanner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/sourcescanner.h b/giscanner/sourcescanner.h index f36a8084..276b0cb9 100644 --- a/giscanner/sourcescanner.h +++ b/giscanner/sourcescanner.h @@ -166,6 +166,8 @@ GISourceType * gi_source_pointer_new (GISourceType *base_type); GISourceType * gi_source_array_new (GISourceSymbol *size); GISourceType * gi_source_function_new (void); +void ctype_free (GISourceType * type); + G_END_DECLS #endif /* __SOURCE_SCANNER_H__ */ |