DtSvc/DtUtil1: fix implicit function declarations
[oweals/cde.git] / cde / lib / DtSvc / DtUtil1 / Action.c
index a69918e9217fb21b97cd734c037ffe0391ea767a..0af2486034df286f97b70492e86ea9621fb6e696 100644 (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