mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
16 lines
285 B
C
16 lines
285 B
C
/* spawn.h -- various operating system access commands */
|
|
|
|
#include "names.h"
|
|
|
|
/* Bindable functions */
|
|
BINDABLE( spawncli) ;
|
|
BINDABLE( bktoshell) ;
|
|
BINDABLE( spawn) ;
|
|
BINDABLE( execprg) ;
|
|
BINDABLE( pipecmd) ;
|
|
BINDABLE( filter_buffer) ;
|
|
|
|
void rtfrmshell( void) ;
|
|
|
|
/* end of spawn.h */
|