diff src/bar_histogram.h @ 1339:45bcfcb69f56

fixed bar_histogram headers
author nadvornik
date Sat, 28 Feb 2009 17:20:16 +0000
parents 55ea4962887a
children 607c60506863
line wrap: on
line diff
--- a/src/bar_histogram.h	Sat Feb 28 17:12:00 2009 +0000
+++ b/src/bar_histogram.h	Sat Feb 28 17:20:16 2009 +0000
@@ -14,7 +14,7 @@
 #ifndef BAR_HISTOGRAM_H
 #define BAR_HISTOGRAM_H
 
-GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded);
+GtkWidget *bar_pane_histogram_new(const gchar *title, gint height, gboolean expanded, gint histogram_channel, gint histogram_mode);
 GtkWidget *bar_pane_histogram_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
 
 #endif