summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authoryounix <younix@eva.hope>2011-02-08 04:06:19 +0100
committeryounix <younix@eva.hope>2011-02-08 04:06:19 +0100
commita22e4afb364aad8e109535ee9607d079103bf743 (patch)
treef66a45b27f34d4f988934096d10de5a9b169570a /src/interface.h
parent8f432c6da4374265675541779ae4ae648e07df5f (diff)
downloadpa-sink-ctl-a22e4afb364aad8e109535ee9607d079103bf743.tar.gz
pa-sink-ctl-a22e4afb364aad8e109535ee9607d079103bf743.tar.bz2
pa-sink-ctl-a22e4afb364aad8e109535ee9607d079103bf743.zip
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.
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h1
1 files changed, 1 insertions, 0 deletions
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