Add forward declaration for destructor
This commit is contained in:
parent
95adfdffb7
commit
e6a85bc03a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ typedef struct _hexagram_schedule {
|
|||
hexagram_schedule *hexagram_schedule_create(hexagram_table_entry *table,
|
||||
size_t count);
|
||||
|
||||
void hexagram_schedule_destroy(hexagram_schedule *schedule);
|
||||
|
||||
int hexagram_schedule_run(hexagram_schedule *schedule);
|
||||
|
||||
int hexagram_schedule_stop(hexagram_schedule *schedule);
|
||||
|
|
Loading…
Add table
Reference in a new issue