/* LINTLIBRARY */
#include "Vio.h"
#include "Vteams.h"
#include "Vquerykernel.h"
#include "Venviron.h"
#include "Vprocess.h"
#include "Vgroupids.h"
#include "Vexec.h"
#include "Vnaming.h"
#include "Vdirectory.h"
#include "chars.h"
#include "Vservice.h"
#include "Vioprotocol.h"
#include "Vnamecache.h"
#include "../../vax/Vlint.h"
#define _LINE_ID(line, file)# line file
_LINE_ID(25,"/brew/V/libc/exec/mi/arbloadprog.c")
ProcessId ArbLoadProgram(argv,hostSpec,rtMsg,path,concurrent,error) char *argv[]; SelectionRec *hostSpec; RootMessage *rtMsg; char *path; SystemCode *error; { return (ProcessId )0; }
_LINE_ID(10,"/brew/V/libc/exec/mi/changeteampr.c")
SystemCode ChangeTeamPriority(pid,priority) ProcessId pid; short priority; { return (SystemCode )0; }
_LINE_ID(5,"/brew/V/libc/exec/mi/defaultselrec.c")
int DefaultSelectionRec(hostSpec) SelectionRec *hostSpec; { }
_LINE_ID(42,"/brew/V/libc/exec/mi/execprogram.c")
ProcessId LoadProgram(argv,hostSpec,rtMsg,path,concurrent,error) char *argv[]; SelectionRec *hostSpec; RootMessage *rtMsg; char *path; SystemCode *error; { return (ProcessId )0; }
_LINE_ID(113,"/brew/V/libc/exec/mi/execprogram.c")
ProcessId ExecProgram(argv,hostSpec,rtMsg,path,status,error) char *argv[]; SelectionRec *hostSpec; RootMessage *rtMsg; char *path; int *status; SystemCode *error; { return (ProcessId )0; }
_LINE_ID(153,"/brew/V/libc/exec/mi/execprogram.c")
int DefaultRootMessage(rtMsg) RootMessage *rtMsg; { }
_LINE_ID(10,"/brew/V/libc/exec/mi/getteampr.c")
int GetTeamPriority(pid) ProcessId pid; { return (int )0; }
_LINE_ID(24,"/brew/V/libc/exec/mi/kernelpid.c")
int GetKernelPid(pid) ProcessId pid; { return (int )0; }
_LINE_ID(15,"/brew/V/libc/exec/mi/loadteamfile.c")
ProcessId LoadTeamFromFile(teamServerPid,progFile,name,concurrent,argv,rtMsg,debugRtMsg,error) ProcessId teamServerPid; File *progFile; char *name; char **argv; RootMessage *rtMsg; RootMessage *debugRtMsg; SystemCode *error; { return (ProcessId )0; }
_LINE_ID(5,"/brew/V/libc/exec/mi/logoutexecs.c")
SystemCode LogOutExecs(execPid,removeall) ProcessId execPid; { return (SystemCode )0; }
_LINE_ID(22,"/brew/V/libc/exec/mi/lookup.c")
File *OpenProgFile(nameBuf,procFamily,error) char nameBuf[]; unsigned procFamily; SystemCode *error; { return (File *)0; }
_LINE_ID(73,"/brew/V/libc/exec/mi/lookup.c")
int SearchPathMatch(argv,path,nameBuf,specificHost,procFamily,progFile,foundProgFiles,error) char *argv[]; char *path; char nameBuf[]; unsigned procFamily; File **progFile; File *foundProgFiles[]; SystemCode *error; { return (int )0; }
_LINE_ID(157,"/brew/V/libc/exec/mi/lookup.c")
int FindMatchingProgs(foundProgFiles,progName,argv,path,error) File *foundProgFiles[]; char **progName; char *argv[]; char *path; SystemCode *error; { }
_LINE_ID(12,"/brew/V/libc/exec/mi/mapteamname.c")
ProcessId MapTeamName(name) char *name; { return (ProcessId )0; }
_LINE_ID(28,"/brew/V/libc/exec/mi/parseline.c")
int ParseLine(start,args,maxArgs) char *start; char *args[]; { return (int )0; }
_LINE_ID(35,"/brew/V/libc/exec/mi/queryhosts.c")
int QueryHosts(spec,descArray,numHosts,error) SelectionRec *spec; SelectionRec *descArray; SystemCode *error; { return (int )0; }
_LINE_ID(41,"/brew/V/libc/exec/mi/queryhostscs.c")
int QueryHostsViaCS(spec,descArray,numHosts,error) SelectionRec *spec; SelectionRec *descArray; SystemCode *error; { return (int )0; }
_LINE_ID(43,"/brew/V/libc/exec/mi/queryhostsm.c")
int QueryHostsViaMulticast(spec,descArray,numHosts,error) SelectionRec *spec; SelectionRec *descArray; SystemCode *error; { return (int )0; }
_LINE_ID(24,"/brew/V/libc/exec/mi/remoteexec.c")
SystemCode RemoteExecute(ProcessFAD,prog,args,mode) File *ProcessFAD[]; char *prog; char *args[]; unsigned mode; { return (SystemCode )0; }
_LINE_ID(31,"/brew/V/libc/exec/mi/setupenv.c")
SystemCode SetUpEnvironment(pid,args,env,cache,where) ProcessId pid; char *args[]; EnvironmentVariable *env; NameCacheEntry *cache; char *where; { return (SystemCode )0; }
_LINE_ID(14,"/brew/V/libc/exec/mi/specloadprog.c")
ProcessId SpecLoadProgram(argv,teamServerPid,rtMsg,path,concurrent,error) char *argv[]; ProcessId teamServerPid; RootMessage *rtMsg; char *path; SystemCode *error; { return (ProcessId )0; }
_LINE_ID(5,"/brew/V/libc/exec/mi/system.c")
ProcessId Execv(input,output,errput,status,error,argv) File *input; File *output; File *errput; int *status; SystemCode *error; char *argv[]; { return (ProcessId )0; }
_LINE_ID(27,"/brew/V/libc/exec/mi/system.c")
ProcessId Execl(input,output,errput,status,error,arg0) File *input; File *output; File *errput; int *status; SystemCode *error; char *arg0; { return (ProcessId )0; }
_LINE_ID(36,"/brew/V/libc/exec/mi/system.c")
int system(cmd) char *cmd; { return (int )0; }
_LINE_ID(5,"/brew/V/libc/exec/mi/teamowner.c")
ProcessId TeamOwner(pid) ProcessId pid; { return (ProcessId )0; }
_LINE_ID(35,"/brew/V/libc/exec/mi/validmagicnum.c")
int ValidMagicNum(magicNum,procFamily) unsigned magicNum; unsigned procFamily; { return (int )0; }
_LINE_ID(6,"/brew/V/libc/exec/mi/wait.c")
int Wait(pid,status) ProcessId pid; int *status; { }
