summaryrefslogtreecommitdiff
path: root/src/lib/Eet_private.h
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2008-09-02 16:12:05 +0000
committerCedric BAIL <cedric.bail@free.fr>2008-09-02 16:12:05 +0000
commit38a9e4ee3ee6f6aab33cce11f0f6a3e55925ae4f (patch)
tree6b3b859bd8a2740f06f7ce88d5ffe87ee51ef21d /src/lib/Eet_private.h
parentc20a31c74376813cb15c7ad43288fe7ca49c3abf (diff)
downloadeet-38a9e4ee3ee6f6aab33cce11f0f6a3e55925ae4f.tar.gz
Little bit modified patch from Joerg Sonnenberger that remove the need for
memfile. It pass all the image test of the test suite with some little modification. E seems to run fine with it and my apps also. But if you experience error with eet and compressed picture, please report them to me. SVN revision: 35795
Diffstat (limited to 'src/lib/Eet_private.h')
-rw-r--r--src/lib/Eet_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/Eet_private.h b/src/lib/Eet_private.h
index 4af3e2b..7160783 100644
--- a/src/lib/Eet_private.h
+++ b/src/lib/Eet_private.h
@@ -62,11 +62,6 @@ int eet_dictionary_string_get_float(const Eet_Dictionary *ed, int i
int eet_dictionary_string_get_double(const Eet_Dictionary *ed, int index, double *result);
int eet_dictionary_string_get_hash(const Eet_Dictionary *ed, int index);
-FILE *_eet_memfile_read_open(const void *data, size_t size);
-void _eet_memfile_read_close(FILE *f);
-FILE *_eet_memfile_write_open(void **data, size_t *size);
-void _eet_memfile_write_close(FILE *f);
-void _eet_memfile_shutdown(void);
int _eet_hash_gen(const char *key, int hash_size);
int _eet_string_to_double_convert(const char *src, long long *m, long *e);
void _eet_double_to_string_convert(char des[128], double d);