eet: let's use const Eina_File here to.

This commit is contained in:
Cedric Bail 2013-11-04 11:28:56 +09:00
parent 1c7f602087
commit 07c306a272
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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;