DtSvc/DtUtil1: fix implicit function declarations

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

View File

@@ -114,6 +114,14 @@ static XtResource dropResources[] = {
XtRImmediate, (XtPointer)False },
};
extern int _DtDndCountVarArgs(va_list vaList);
extern void _DtDndArgListFromVarArgs(va_list vaList,
Cardinal maxArgs,
ArgList *argListReturn,
Cardinal *argCountReturn);
#undef Offset
/*