DtSvc/DtUtil1: fix implicit function declarations

This commit is contained in:
Jon Trulson
2019-10-28 13:22:09 -06:00
parent f2caa218b2
commit 951ae0d327
16 changed files with 68 additions and 10 deletions

View File

@@ -108,6 +108,23 @@ extern char * _DtStripSpaces(
char * string) ;
extern char * _DtDbPathIdToString( DtDbPathId pathId) ;
extern int _DtActDeleteChildRec( _DtActInvRecT *invp, _DtActChildRecT *childp);
extern int _DtActionCommandInvoke(
long wintype,
char * cwdHost,
char * cwdDir,
char * execString,
char * termOpts,
char * execHost,
char * procId,
char * tmpFiles,
void (*success_proc)(),
void *success_data,
void (*failure_proc)(),
void *failure_data);
#define _MAX_MAP_ATTEMPTS 100 /* Maximum nuber of "MAPS" that will
be done. */
#define _DT_ACTION_MAX_CLOSE_TRIES 5