From a22e4afb364aad8e109535ee9607d079103bf743 Mon Sep 17 00:00:00 2001 From: younix Date: Tue, 8 Feb 2011 04:06:19 +0100 Subject: Printing full name length. Adding function to find out the longest name of all SINK's and INPUT's. Inserting indentations in amount of this max. length. --- src/interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 2f48f28..96ded7b 100644 --- a/src/interface.h +++ b/src/interface.h @@ -12,5 +12,6 @@ void interface_init(void); gboolean interface_resize(gpointer); void interface_clear(void); void status(const gchar *); +void set_max_name_len(void); #endif -- cgit