summaryrefslogtreecommitdiffhomepage
path: root/src/ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ac.h')
-rw-r--r--src/ac.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ac.h b/src/ac.h
index 638b01f..7b48cd1 100644
--- a/src/ac.h
+++ b/src/ac.h
@@ -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