add missing definitions to loop header
This commit is contained in:
parent
2d6303e311
commit
1b68196f16
@ -15,5 +15,9 @@
|
|||||||
|
|
||||||
#ifndef _MYSHELLIN_LOOP
|
#ifndef _MYSHELLIN_LOOP
|
||||||
#define _MYSHELLIN_LOOP
|
#define _MYSHELLIN_LOOP
|
||||||
|
void add_to_cleanup(void *data);
|
||||||
|
|
||||||
|
void exit_cleanup();
|
||||||
|
|
||||||
void loop();
|
void loop();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user