]> jfr.im git - solanum.git/blobdiff - ircd/packet.c
Support more human friendly k/d/x-line duration format
[solanum.git] / ircd / packet.c
index af3b95da3606a52d32c7d780735a5d2a0e2a7cef..ee842955643f3fe80ae6b6aeea76a2834fcc4540 100644 (file)
@@ -322,7 +322,7 @@ read_packet(rb_fde_t * F, void *data)
  *      with client_p of "local" variation, which contains all the
  *      necessary fields (buffer etc..)
  */
-void
+static void
 client_dopacket(struct Client *client_p, char *buffer, size_t length)
 {
        s_assert(client_p != NULL);