You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
286 B

diff --git a/asclock.h b/asclock.h
index 7580df8..ec6883b 100644
--- a/asclock.h
+++ b/asclock.h
@@ -137,6 +137,8 @@ extern char *hour_map;
extern char *min_map;
extern char *sec_map;
+int mytime();
+
/********* symbols.c ***************/
void init_symbols();
void postconfig();