summaryrefslogtreecommitdiff
path: root/x11-plugins/asclock/files/asclock-2.0.12-fix-implicit-func-decl.patch
blob: b0379a396129097c0744fca86746b36ec051d215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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();