aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2012-02-29 19:50:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-03 22:02:33 +0800
commit2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef (patch)
tree9808b4e8dddd8cfaf611dbb9f5d8f353600ece01 /e-util/e-util.h
parent449e05f1b232fa2a1a92ae7c08c0f2b8870ac23a (diff)
downloadgsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar.gz
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar.bz2
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar.lz
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar.xz
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.tar.zst
gsoc2013-evolution-2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef.zip
Make libevolution-util compilable.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 101706ba41..f8b9102e57 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -123,19 +123,6 @@ const gchar * e_get_month_name (GDateMonth month,
const gchar * e_get_weekday_name (GDateWeekday weekday,
gboolean abbreviated);
-/* String to/from double conversion functions */
-gdouble e_flexible_strtod (const gchar *nptr,
- gchar **endptr);
-
-/* 29 bytes should enough for all possible values that
- * g_ascii_dtostr can produce with the %.17g format.
- * Then add 10 for good measure */
-#define E_ASCII_DTOSTR_BUF_SIZE (DBL_DIG + 12 + 10)
-gchar * e_ascii_dtostr (gchar *buffer,
- gint buf_len,
- const gchar *format,
- gdouble d);
-
gboolean e_file_lock_create (void);
void e_file_lock_destroy (void);
gboolean e_file_lock_exists (void);