summaryrefslogtreecommitdiff
path: root/applets/clock/clock-sunpos.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/clock-sunpos.h')
-rw-r--r--applets/clock/clock-sunpos.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/applets/clock/clock-sunpos.h b/applets/clock/clock-sunpos.h
new file mode 100644
index 00000000..97124505
--- /dev/null
+++ b/applets/clock/clock-sunpos.h
@@ -0,0 +1,8 @@
+#ifndef __CLOCK_SUNPOS_H__
+#define __CLOCK_SUNPOS_H__
+
+#include <glib.h>
+
+void sun_position(time_t unix_time, gdouble *lat, gdouble *lon);
+
+#endif