Fix some warnings.

This commit is contained in:
hyousatsu
2024-07-21 00:43:27 +00:00
parent c79224b367
commit f0123efa84
44 changed files with 95 additions and 95 deletions
+5 -2
View File
@@ -152,7 +152,7 @@ struct AuthProtocol {
unsigned short name_length;
char *name;
int (*InitAuth)(
void (*InitAuth)(
#if NeedWidePrototypes
unsigned int name_len,
#else
@@ -168,7 +168,10 @@ struct AuthProtocol {
#endif /* NeedWidePrototypes */
char *name) ;
void (*GetXdmcpAuth)();
void (*GetXdmcpAuth)(
struct protoDisplay *pdpy,
unsigned short authorizationNameLen,
char *authorizationName);
int inited;
};