Use const for ecore_string.

SVN revision: 18862
This commit is contained in:
rbdpngn 2005-12-06 03:44:26 +00:00 committed by rbdpngn
parent d72672d783
commit f20a699a57
1 changed files with 2 additions and 2 deletions

View File

@ -421,8 +421,8 @@ extern "C" {
int ecore_string_init(void);
void ecore_string_shutdown(void);
char *ecore_string_instance(char *string);
void ecore_string_release(char *string);
const char *ecore_string_instance(char *string);
void ecore_string_release(const char *string);
typedef struct _Ecore_Tree_Node Ecore_Tree_Node;