cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=07c306a2724368ab71a046afc754a99826618bad

commit 07c306a2724368ab71a046afc754a99826618bad
Author: Cedric Bail <cedric.b...@samsung.com>
Date:   Mon Nov 4 11:28:56 2013 +0900

    eet: let's use const Eina_File here to.
---
 src/lib/eet/Eet.h     | 2 +-
 src/lib/eet/eet_lib.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h
index 3aeb520..12e8c98 100644
--- a/src/lib/eet/Eet.h
+++ b/src/lib/eet/Eet.h
@@ -580,7 +580,7 @@ eet_open(const char *file,
  * @since 1.8.0
  */
 EAPI Eet_File *
-eet_mmap(Eina_File *file);
+eet_mmap(const Eina_File *file);
 
 /**
  * Open an eet file directly from a memory location. The data is not copied,
diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c
index 7fa8ce9..e32fcc0 100644
--- a/src/lib/eet/eet_lib.c
+++ b/src/lib/eet/eet_lib.c
@@ -1431,7 +1431,7 @@ eet_file_get(Eet_File *ef)
 }
 
 EAPI Eet_File *
-eet_mmap(Eina_File *file)
+eet_mmap(const Eina_File *file)
 {
    Eet_File *ef = NULL;
    const char *path;

-- 


Reply via email to