9 lines
162 B
C
9 lines
162 B
C
|
#ifndef LIBABACUS_REFCOUNT_INTERNAL_H
|
||
|
#define LIBABACUS_REFCOUNT_INTERNAL_H
|
||
|
|
||
|
#include "refcount.h"
|
||
|
|
||
|
void libab_ref_count_changed(libab_ref_count* count);
|
||
|
|
||
|
#endif
|