Declare the above new public Win32-only functions.
authorTor Lillqvist <tml@novell.com>
Fri, 25 Nov 2005 02:31:32 +0000 (02:31 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 25 Nov 2005 02:31:32 +0000 (02:31 +0000)
2005-11-25  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-util.h: Declare the above new public Win32-only
functions.

ChangeLog
libedataserver/e-util.h

index 45c670c..57950a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,9 @@
        assume e-d-s and evo are installed in the same folder on the
        end-user machine.
        
+       * libedataserver/e-util.h: Declare the above new public Win32-only
+       functions.
+
        * libedataserver/libedataserver-private.h: New file. Declares so
        far some Win32-only functionality, to be used in various parts of
        e-d-s.
index 231ad87..fa8e5bb 100644 (file)
@@ -44,6 +44,13 @@ guint64      e_util_pthread_id (pthread_t t);
 size_t e_utf8_strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
 size_t e_strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
 
+#ifdef G_OS_WIN32
+const char  *e_util_get_prefix (void) G_GNUC_CONST;
+const char  *e_util_get_cp_prefix (void) G_GNUC_CONST;
+const char  *e_util_get_localedir (void) G_GNUC_CONST;
+char        *e_util_replace_prefix (const char *runtime_prefix, const char *configure_time_path);
+#endif
+
 G_END_DECLS
 
 #endif