summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-09-16 22:13:38 +0200
committerpgen <p.gen.progs@gmail.com>2020-09-16 22:13:38 +0200
commit7c156cccce6bf852946ba40f1187b2f658e6aeb0 (patch)
treea99ff35380c211fd0865f342b4ad52d6840291cc /smenu.h
parent684dbd65d52d5c810a6fca7b35539745582f630f (diff)
Avoid name collisions on Solaris-based OS
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);