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:
parent
3021e01559
commit
f6c0a00a7a
2 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue