add missing definitions to loop header

This commit is contained in:
Chris Cromer 2021-07-07 00:21:55 -04:00
parent 2d6303e311
commit 1b68196f16
1 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,9 @@
#ifndef _MYSHELLIN_LOOP
#define _MYSHELLIN_LOOP
void add_to_cleanup(void *data);
void exit_cleanup();
void loop();
#endif