(split from Astrognome)Made planet_info_table externally accessible

This commit is contained in:
Gergely Polonkai 2013-09-01 16:09:30 +02:00
parent 4927faa7d0
commit d19c2f370d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include "gswe-types.h"
#include "gswe-timestamp.h"
extern GHashTable *gswe_planet_info_table;
void gswe_init(gchar *sweph_path);
#endif /* __SWE_GLIB_H__ */