char -> const char

SVN revision: 27448
This commit is contained in:
Sebastian Dransfeld 2006-12-14 19:29:24 +00:00
parent 4571aa7c51
commit a7dd2a5a4c
2 changed files with 2 additions and 2 deletions

View File

@ -596,7 +596,7 @@ e_zone_flip_win_restore(void)
}
EAPI int
e_zone_exec(E_Zone *zone, char *exe)
e_zone_exec(E_Zone *zone, const char *exe)
{
int ret = 0;
char *p1, *p2;

View File

@ -90,7 +90,7 @@ EAPI void e_zone_desk_linear_flip_to(E_Zone *zone, int x);
EAPI void e_zone_flip_win_disable(void);
EAPI void e_zone_flip_win_restore(void);
EAPI int e_zone_exec(E_Zone *zone, char *exe);
EAPI int e_zone_exec(E_Zone *zone, const char *exe);
EAPI int e_zone_app_exec(E_Zone *zone, E_App *a);
extern EAPI int E_EVENT_ZONE_DESK_COUNT_SET;