summaryrefslogtreecommitdiff
path: root/xset.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-15 18:10:37 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-15 18:10:37 -0800
commite92294748383b0eaca6cb7f3883cf909077963a1 (patch)
treedea66e749e366e243a4ce1b5663122d7720f9e15 /xset.c
parent685fe4692583d383ffec8e0db52ea055fca0ed11 (diff)
Convert function declarations from K&R to ANSI C
Diffstat (limited to 'xset.c')
-rw-r--r--xset.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/xset.c b/xset.c
index f4a38ca..46f55f5 100644
--- a/xset.c
+++ b/xset.c
@@ -1256,11 +1256,7 @@ set_lock(Display *dpy, Bool onoff)
#ifdef FONTCACHE
static Status
-set_font_cache(dpy, himark, lowmark, balance)
- Display *dpy;
- long himark;
- long lowmark;
- long balance;
+set_font_cache(Display *dpy, long himark, long lowmark, long balance)
{
FontCacheSettings cs;
Status status;
@@ -1484,8 +1480,7 @@ query(Display *dpy)
* current settings and statistics are.
*/
static void
-query_cache_status(dpy)
- Display *dpy;
+query_cache_status(Display *dpy)
{
int dummy;
FontCacheSettings cs;