Add GCC-style printf annotation to the routines that now take a format
[obnox/wireshark/wip.git] / gtk / main_statusbar.c
index 3553004856b91ac6815f7761366774cf7bdff39f..315c21b63c18cfc5ee5bbf7302c536ab66872248 100644 (file)
@@ -102,6 +102,10 @@ static void status_expert_new(void);
 static gint flash_time;
 static gboolean flash_highlight = FALSE;
 
+static void
+statusbar_push_file_msg(const gchar *msg_format, ...)
+    G_GNUC_PRINTF(1, 2);
+
 /*
  * Push a formatted message referring to file access onto the statusbar.
  */