From d19c2f370d65d7b689b5716426efc7a7380a684a Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sun, 1 Sep 2013 16:09:30 +0200 Subject: [PATCH] (split from Astrognome)Made planet_info_table externally accessible --- src/swe-glib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swe-glib.h b/src/swe-glib.h index 8eb1372..b9f4645 100644 --- a/src/swe-glib.h +++ b/src/swe-glib.h @@ -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__ */