diff options
Diffstat (limited to 'sim/ppc/psim.h')
-rw-r--r-- | sim/ppc/psim.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sim/ppc/psim.h b/sim/ppc/psim.h index c38b03d..2070cbf 100644 --- a/sim/ppc/psim.h +++ b/sim/ppc/psim.h @@ -47,14 +47,14 @@ typedef struct _psim_status { extern device *psim_tree (void); -extern char **psim_options +extern char * const *psim_options (device *root, - char **argv, + char * const *argv, SIM_OPEN_KIND kind); extern void psim_command (device *root, - char **argv); + char * const *argv); extern void psim_merge_device_file @@ -79,8 +79,8 @@ extern void psim_init extern void psim_stack (psim *system, - char **argv, - char **envp); + char * const *argv, + char * const *envp); /* Run/stop the system */ |