Made planet_info_table externally accessible

This commit is contained in:
Gergely Polonkai 2013-09-01 16:09:30 +02:00
parent 3cd29ac533
commit 44ac62e474

View File

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