define function as void as in prototype.

SVN revision: 37256
This commit is contained in:
Gustavo Sverzut Barbieri 2008-10-28 00:18:31 +00:00
parent 34397f7fc6
commit 16aed2623d
1 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ _eina_stringshare_small_shutdown(void)
* returns the number of times it has already been called.
*/
EAPI int
eina_stringshare_init()
eina_stringshare_init(void)
{
/*
* No strings have been loaded at this point, so create the hash
@ -630,7 +630,7 @@ eina_stringshare_init()
* times than eina_stringshare_init().
*/
EAPI int
eina_stringshare_shutdown()
eina_stringshare_shutdown(void)
{
unsigned int i;