]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/nreport.c
(at_minimum, blocksig, emp_bitinit, filelogerror, iceil, ifloor,
[empserver] / src / lib / subs / nreport.c
index 06102485578d664cb0ec04a68b61f0e6c1461804..b2f5a71b14b709a03b7379b73ddf1f40163759de 100644 (file)
@@ -41,6 +41,8 @@
 #include <fcntl.h>
 #include "prototypes.h"
 
+static void filereport(int, int, int, int);
+
 void
 nreport(natid actor, int event, natid victim, int times)
 {
@@ -188,7 +190,7 @@ ncache(time_t now, int actor, int event, int victim, int times)
     return np;
 }
 
-void
+static void
 filereport(int actor, int event, int victim, int times)
 {
     struct newscache *np;