From 67ed230831eac4c104d701a1111320e20431cee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 26 Apr 2008 15:12:55 +0000 Subject: [PATCH] fix warning git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25182 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/firewire/firewirereg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/firewire/firewirereg.h b/headers/private/firewire/firewirereg.h index d27b567bbb..a4030c0855 100644 --- a/headers/private/firewire/firewirereg.h +++ b/headers/private/firewire/firewirereg.h @@ -346,7 +346,7 @@ void fw_rcv (struct fw_rcv_buf *); void fw_xfer_unload ( struct fw_xfer*); void fw_xfer_free_buf ( struct fw_xfer*); void fw_xfer_free ( struct fw_xfer*); -struct fw_xfer *fw_xfer_alloc (); +struct fw_xfer *fw_xfer_alloc (void); struct fw_xfer *fw_xfer_alloc_buf (int, int); void fw_init (struct firewire_comm *); int fw_tbuf_update (struct firewire_comm *, int, int);