dtksh: fix implicit-function-declaration warnings

Tis does not fix those warnings in ksh93 itself, only the stuff we are
responsible for.
This commit is contained in:
Jon Trulson 2021-11-16 12:39:15 -07:00
parent 3021e01559
commit f6c0a00a7a
2 changed files with 3 additions and 0 deletions

View File

@ -153,5 +153,7 @@ typedef struct {
String verifyPrinterProcCommand;
} ProcInfo_t;
void dtksh_init(void);
#endif /* _Dtksh_dtksh_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */

View File

@ -99,6 +99,7 @@
#include <Xm/ToggleB.h>
#include <Xm/ToggleBG.h>
#include <Dt/Dt.h>
#include <Dt/HelpDialog.h>
#include <Dt/HelpQuickD.h>
#include <Dt/Print.h>