From c335068380fe8c9d843cdb2cf8a00f822cfabed3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 30 Oct 2013 02:06:55 +0100 Subject: machined: port over to libsystemd-bus --- src/shared/strv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/strv.h b/src/shared/strv.h index 6ce21acdbd..daf9ad0d0b 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -82,7 +82,6 @@ bool strv_overlap(char **a, char **b) _pure_; #define STRV_FOREACH_PAIR(x, y, l) \ for ((x) = (l), (y) = (x+1); (x) && *(x) && *(y); (x) += 2, (y) = (x + 1)) - char **strv_sort(char **l); void strv_print(char **l); -- cgit v1.2.3-54-g00ecf