rx-prototypes-20080924
[openafs.git] / src / rx / rx_trace.c
index 37b85d6..79c6274 100644 (file)
@@ -47,7 +47,7 @@ struct rx_trace {
 };
 
 void
-rxi_flushtrace()
+rxi_flushtrace(void)
 {
     if (rxi_logfd >= 0)
        write(rxi_logfd, rxi_tracebuf, rxi_tracepos);
@@ -55,9 +55,7 @@ rxi_flushtrace()
 }
 
 void
-rxi_calltrace(event, call)
-     unsigned int event;
-     struct rx_call *call;
+rxi_calltrace(unsigned int event, struct rx_call *call)
 {
     struct clock now;
     struct rx_trace rxtinfo;
@@ -130,8 +128,7 @@ rxi_calltrace(event, call)
 #endif
 
 int
-main(argc, argv)
-     char **argv;
+main(int argc, char **argv)
 {
     struct rx_trace ip;
     int err = 0;