diff options
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index e0205e933c..030f2b6cbf 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -34,6 +34,8 @@ #define fsync(fd) 0 +gpointer _e_get_dll_hmodule (void) G_GNUC_CONST; + const gchar *_e_get_bindir (void) G_GNUC_CONST; const gchar *_e_get_datadir (void) G_GNUC_CONST; const gchar *_e_get_ecpsdir (void) G_GNUC_CONST; |