2008-05-19 [colin] 3.4.0cvs54
[claws.git] / src / common / tags.h
index e6e75bf5e129b5a754eef820125ef04d8c2b0f9e..60659602167391b24b76743c8d523e340fd3578a 100644 (file)
@@ -30,5 +30,6 @@ void tags_update_tag(gint id, const gchar *tag);
 const gchar *tags_get_tag(gint id);
 gint tags_get_id_for_str(const gchar *str);
 GSList *tags_get_list(void);
+guint tags_get_size(void);
 
 #endif