summaryrefslogtreecommitdiff
path: root/applets/clock/clock-sunpos.h
blob: 971245053e0b3c730bdf93228d54bceed778c583 (plain)
1
2
3
4
5
6
7
8
#ifndef __CLOCK_SUNPOS_H__
#define __CLOCK_SUNPOS_H__

#include <glib.h>

void sun_position(time_t unix_time, gdouble *lat, gdouble *lon);

#endif