Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
25
include/exec.h
Normal file
25
include/exec.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* exec.h: header for exec.c
|
||||
*
|
||||
* Copyright 1990 Michael Sandrof
|
||||
* Copyright 1997 EPIC Software Labs
|
||||
* See the Copyright file for license information
|
||||
*/
|
||||
|
||||
#ifndef __exec_h__
|
||||
#define __exec_h__
|
||||
|
||||
void execcmd (char *, char *, char *, char *);
|
||||
void do_processes (fd_set *);
|
||||
int get_child_exit (pid_t);
|
||||
void clean_up_processes (void);
|
||||
int text_to_process (int, const char *, int);
|
||||
void exec_server_delete (int);
|
||||
void add_process_wait (int, const char *);
|
||||
int get_process_index (char **); /* XXXX */
|
||||
int is_valid_process (const char *);
|
||||
int process_is_running (char *);
|
||||
int logical_to_index (const char *logical);
|
||||
void kill_process (int, int);
|
||||
|
||||
#endif /* _EXEC_H_ */
|
||||
Reference in New Issue
Block a user