]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/nreport.c
Abridge a few overly verbose declarations
[empserver] / src / lib / subs / nreport.c
index b1020b756c4c20ec0a94839960734a70f544ded9..6cd7abd74f7018e45f6138d10def25f0eebef558 100644 (file)
@@ -53,8 +53,7 @@ static struct newscache cache[MAXNOC][SLOTS];
 static unsigned char cache_oldest[MAXNOC];
 static int news_tail;
 
-static struct newscache *
-ncache(int actor, int event, int victim, int times);
+static struct newscache *ncache(int, int, int, int);
 
 void
 nreport(natid actor, int event, natid victim, int times)