Add raw_execvp, to use with already converted strings
[sxemacs] / src / sysfile.h
index df59f91..9229d0a 100644 (file)
@@ -510,6 +510,8 @@ int sys_execvp(const char *, char *const *);
 # define sys_execvp execvp
 #endif
 
+int raw_execvp(const char *, char *const *);
+
 /* How long can a source filename be in DOC (including "\037S" at the start
     and "\n" at the end) ? */
 #define DOC_MAX_FILENAME_LENGTH 2048