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