1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-26 07:04:00 -04:00

Review system() dependencies and clean up obsolete function prototypes in spawn interface.

This commit is contained in:
2019-08-07 10:19:47 +08:00
parent 70a5a6b636
commit bc11a0c913
5 changed files with 11 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ extern int abortc; /* current abort command char */
extern const int nlc ; /* end of input char */
void ue_system( const char *cmd) ;
int mlyesno( const char *prompt) ;
int newmlarg( char **outbufref, const char *prompt, int size) ;
int newmlargt( char **outbufref, const char *prompt, int size) ;