diff options
Diffstat (limited to 'src/ac.h')
-rw-r--r-- | src/ac.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,10 +17,7 @@ #ifndef INC_AC_H #define INC_AC_H -#include <stdbool.h> - -bool ac_init(void); -void ac_end(void); +// TODO(rta): keeping this header here as I expect to expose some functions... #endif |