Add prototype for gc_dump_info().

genexit-inst
Paul Sokolovsky 2014-02-11 23:53:34 +02:00
parent 323f39a2b3
commit 550d804d95
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@ typedef struct _gc_info_t {
} gc_info_t;
void gc_info(gc_info_t *info);
void gc_dump_info(void);