summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smenu.h b/smenu.h
index 810a1b0..75c741e 100644
--- a/smenu.h
+++ b/smenu.h
@@ -20,7 +20,7 @@
/* """""""""""""""""""""""""" */
#define SECOND 1000000
#define FREQ 10
-#define TICK (SECOND / FREQ)
+#define TCK (SECOND / FREQ)
/* Bit array management */
/* """""""""""""""""""" */
@@ -421,7 +421,7 @@ int
isempty(const char * s);
void
-beep(toggle_t * toggle);
+my_beep(toggle_t * toggle);
int
get_cursor_position(int * const r, int * const c);