diff options
author | Timo Dritschler <timo.dritschler@kit.edu> | 2014-11-20 17:37:55 +0100 |
---|---|---|
committer | Timo Dritschler <timo.dritschler@kit.edu> | 2014-11-20 17:53:19 +0100 |
commit | 65c2326592b7b1496c468459689904843e443b26 (patch) | |
tree | 7dc907bc82227851bc8e13827ae25cbabcf9ba1f /src/kiro-trb.h | |
parent | e71b75575658c435bc77c01ef098336c563af740 (diff) | |
download | kiro-65c2326592b7b1496c468459689904843e443b26.tar.gz kiro-65c2326592b7b1496c468459689904843e443b26.tar.bz2 kiro-65c2326592b7b1496c468459689904843e443b26.tar.xz kiro-65c2326592b7b1496c468459689904843e443b26.zip |
Release KIRO to GitHub under LGPL v2.1
Added kiro_*_free methods to all three units
Added installation guide
Added readme
Added licence file
Diffstat (limited to 'src/kiro-trb.h')
-rw-r--r-- | src/kiro-trb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kiro-trb.h b/src/kiro-trb.h index 36d3b5e..ff8d418 100644 --- a/src/kiro-trb.h +++ b/src/kiro-trb.h @@ -82,6 +82,8 @@ GType kiro_trb_get_type (void); KiroTrb* kiro_trb_new (void); +void kiro_trb_free (KiroTrb *trb); + /* trb functions */ @@ -360,4 +362,4 @@ void kiro_trb_adopt (KiroTrb *trb, void *source); G_END_DECLS -#endif //__KIRO_TRB_H
\ No newline at end of file +#endif //__KIRO_TRB_H |