elementary: don't use an unspecified amount of arguments

This commit is contained in:
Jean Guyomarc'h 2016-06-10 22:26:40 +02:00
parent 83dc71ecfe
commit 9b949508e3
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ elm_code_shutdown(void)
}
EAPI Elm_Code *
elm_code_create()
elm_code_create(void)
{
Elm_Code *ret;

View File

@ -78,7 +78,7 @@ EAPI int elm_code_shutdown(void);
* @return an allocated Elm_Code that references the given file
* @see elm_code_file_open()
*/
EAPI Elm_Code *elm_code_create();
EAPI Elm_Code *elm_code_create(void);
/**
* Free an Elm Code instance