diff options
Diffstat (limited to 'libX11/src/Cmap.h')
-rw-r--r-- | libX11/src/Cmap.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libX11/src/Cmap.h b/libX11/src/Cmap.h index e41c96512..062b5383b 100644 --- a/libX11/src/Cmap.h +++ b/libX11/src/Cmap.h @@ -1,10 +1,10 @@ -
-#ifndef _CMAP_H_
-#define _CMAP_H_
-
-extern void
-_XcmsDeleteCmapRec(
- Display *dpy,
- Colormap cmap);
-
-#endif /* _CMAP_H_ */
+ +#ifndef _CMAP_H_ +#define _CMAP_H_ + +extern void +_XcmsDeleteCmapRec( + Display *dpy, + Colormap cmap); + +#endif /* _CMAP_H_ */ |