updates.
[silc.git] / lib / silccore / silcpacket.c
index 5c8b51577090dce9cb367a41c987a5e0e5c66f59..ec26ab1dd8cd60f64a0c7dfc529a2b6e61e9bb25 100644 (file)
@@ -671,7 +671,7 @@ SilcPacketType silc_packet_parse_special(SilcPacketContext *ctx)
 
 /* Allocate packet context */
 
-SilcPacketContext *silc_packet_context_alloc()
+SilcPacketContext *silc_packet_context_alloc(void)
 {
   SilcPacketContext *ctx = silc_calloc(1, sizeof(*ctx));
   ctx->users++;