1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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>