Code

libcollectdclient: Added `lcc_sort_identifiers()'.
[collectd.git] / src / libcollectdclient / client.h
index 990035381c75d4198cf8fd6e1c202cb9891bf9ea..36b1d4d28a3debe925c8074d06bf1285c2c7c9ea 100644 (file)
@@ -116,6 +116,9 @@ int lcc_identifier_to_string (lcc_connection_t *c,
 int lcc_string_to_identifier (lcc_connection_t *c,
     lcc_identifier_t *ident, const char *string);
 
+int lcc_sort_identifiers (lcc_connection_t *c,
+    lcc_identifier_t *idents, size_t idents_num);
+
 LCC_END_DECLS
 
 /* vim: set sw=2 sts=2 et : */