Skip to content

Commit 550d804

Browse files
committed
Add prototype for gc_dump_info().
1 parent 323f39a commit 550d804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/gc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ typedef struct _gc_info_t {
1818
} gc_info_t;
1919

2020
void gc_info(gc_info_t *info);
21+
void gc_dump_info(void);

0 commit comments

Comments
 (0)