File: vms_cmd_services.h

package info (click to toggle)
ctwm 3.7-3.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,420 kB
  • ctags: 3,180
  • sloc: ansic: 26,429; yacc: 1,004; lex: 147; makefile: 55; sh: 32
file content (21 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *	VMS_CMD_SERVICES.H
 *
 *	Author:		Patrick L. Mahan
 *	Location:	TGV, Incorporated
 *	Date:		01-Sep-1991
 *
 *	Purpose:	Defines the external references for the
 *			VMS Command Services.
 *
 *	Modification History
 *
 *	Date        | Who	| Version	| Reason
 *	------------+-----------+---------------+------------------------------
 *	18-Mar-1992 | PLM	| 1.0		| First Write
 *
 */

extern unsigned long int initRun ();		/* initializes the process, and the input/output Mailboxes */
extern unsigned long int createProcess ();	/* creates a user process to execute the command in */