diff options
Diffstat (limited to 'lib/stream.h')
-rw-r--r-- | lib/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.h b/lib/stream.h index 54a16740..1f6c3772 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -196,7 +196,7 @@ int stream_empty (struct stream *); /* is the stream empty? */ u_char *stream_pnt (struct stream *); /* Stream fifo. */ -struct stream_fifo *stream_fifo_new (); +struct stream_fifo *stream_fifo_new (void); void stream_fifo_push (struct stream_fifo *fifo, struct stream *s); struct stream *stream_fifo_pop (struct stream_fifo *fifo); struct stream *stream_fifo_head (struct stream_fifo *fifo); |