aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 23:35:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 23:35:12 +0000
commit1dc5fe330cf9062ec15221f7136f7bc85794e5d8 (patch)
tree99f3a67f7f40f2ef42748e2b441f4063f6ae9786 /ringbuffer.c
parent099cfcfef106b19c598d1ca5f02385dd05423ad3 (diff)
Fix another old-style function definition.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37224 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ringbuffer.c')
-rw-r--r--ringbuffer.c2
1 files changed, 1 insertions, 1 deletions
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;