aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/scsi_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-16 07:30:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-16 07:30:22 +0000
commit8c608ca3d1e7698c4a49af08721d179adce9da7f (patch)
treef96085f49081cbf0ed5c9b790d4ac85029e9c3ba /ui/gtk/scsi_stat.c
parentbce9eaad75f7d352ca9e80bb0c0e81801e414887 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54826
Diffstat (limited to 'ui/gtk/scsi_stat.c')
-rw-r--r--ui/gtk/scsi_stat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/scsi_stat.c b/ui/gtk/scsi_stat.c
index 54b13fe74f..2f9379038a 100644
--- a/ui/gtk/scsi_stat.c
+++ b/ui/gtk/scsi_stat.c
@@ -59,6 +59,8 @@
#include "ui/gtk/old-gtk-compat.h"
+void register_tap_listener_gtkscsistat(void);
+
/* used to keep track of the statistics for an entire scsi command set */
typedef struct _scsistat_t {
GtkWidget *win;