diff --git a/ringbuffer.c b/ringbuffer.c index 541f009469..9319cf9f51 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -308,7 +308,7 @@ ringbuf_libpcap_dump_close(gchar **save_file, int *err) * Frees all memory allocated by the ringbuffer */ void -ringbuf_free() +ringbuf_free(void) { unsigned int i;