Fix compiler warnings in dtsession
This commit is contained in:
committed by
Jon Trulson
parent
ce4004f86b
commit
d8db13985c
@@ -79,14 +79,14 @@ extern void _DtSimpleErrnoError(
|
||||
|
||||
#define DtProgName XeProgName
|
||||
|
||||
extern _DtPrintDefaultError(
|
||||
extern int _DtPrintDefaultError(
|
||||
Display *dpy,
|
||||
XErrorEvent *event,
|
||||
char *msg );
|
||||
|
||||
#define _DTPRINTDEFAULTERROR_BUFSIZE 1024
|
||||
|
||||
extern _DtPrintDefaultErrorSafe(
|
||||
extern int _DtPrintDefaultErrorSafe(
|
||||
Display *dpy,
|
||||
XErrorEvent *event,
|
||||
char *msg,
|
||||
|
||||
Reference in New Issue
Block a user