1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

k&r->ansi some stuff

ansify and "fix" function pointer declarations
This commit is contained in:
Tamas TEVESZ
2008-12-26 08:31:55 +01:00
committed by Carlos R. Mafra
parent 6924454836
commit 9af6316d1d
2 changed files with 10 additions and 18 deletions

View File

@@ -40,7 +40,7 @@
static int shmError;
static int (*oldErrorHandler) ();
static int (*oldErrorHandler)(Display *dpy, XErrorEvent *err);
static int errorHandler(Display * dpy, XErrorEvent * err)
{