plug-ins/script-fu/script-fu.c added an eval PDB interface for running
* plug-ins/script-fu/script-fu.c * plug-ins/script-fu/script-fu-console.[ch]: added an eval PDB interface for running arbitrary scheme code * app/batch.c: redid batch mode to use script-fu-eval * app/main.c: fixed command line parsing for batch mode and image loading -Yosh
This commit is contained in:
@ -24,5 +24,10 @@ void script_fu_console_run (char *name,
|
||||
GParam *params,
|
||||
int *nreturn_vals,
|
||||
GParam **return_vals);
|
||||
void script_fu_eval_run (char *name,
|
||||
int nparams,
|
||||
GParam *params,
|
||||
int *nreturn_vals,
|
||||
GParam **return_vals);
|
||||
|
||||
#endif /* __SCRIPT_FU_CONSOLE__ */
|
||||
|
Reference in New Issue
Block a user