remove system library prototypes

This commit is contained in:
Patrick Georgi
2025-12-18 22:58:26 +01:00
parent 1a524cb93a
commit de2c06c54d
14 changed files with 5 additions and 37 deletions
-2
View File
@@ -1076,7 +1076,6 @@ SetUserAuthorization (struct display *d, struct verify_info *verify)
int lockStatus;
Xauth *entry, **auths;
int setenv;
char **setEnv (), *getEnv ();
struct stat statb;
int i;
int magicCookie;
@@ -1257,7 +1256,6 @@ RemoveUserAuthorization (struct display *d, struct verify_info *verify)
FILE *old, *new;
struct stat statb;
int i;
char *getEnv ();
if (!(auths = d->authorizations))
return;