OSDN Git Service

call_subprocess now accepts an array of arguments, so that arguments containing space...
[molby/Molby.git] / MolLib / Molecule.h
index 716bc92..f8ce732 100755 (executable)
@@ -616,7 +616,7 @@ STUB void MoleculeCallback_enableModificationFromGUI(Molecule *mol);
        
 STUB void MoleculeCallback_cannotModifyMoleculeDuringMDError(Molecule *mol);
 
-STUB int MoleculeCallback_callSubProcessAsync(Molecule *mol, const char *cmd, int (*callback)(Molecule *, int), int (*timerCallback)(Molecule *, int), FILE *output, FILE *errout);
+STUB int MoleculeCallback_callSubProcessAsync(Molecule *mol, const char **argv, int (*callback)(Molecule *, int), int (*timerCallback)(Molecule *, int), FILE *output, FILE *errout);
 
 /*  This is also defined in Molby_extern.h, but it may be called from functions in Molecule.c  */
 STUB int MyAppCallback_checkInterrupt(void);