summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-07 20:27:19 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-07 20:27:19 +0200
commitdb12775d59ab709f8afc361eaa30c9d54a0a8d7c (patch)
treefe361c5e8d4b2d6f1cf54b21917494b488b0ee2f /util.h
parentee9b5e011857ff4a75ceaa9aaf3b2ed8ceacfadf (diff)
util: add chars_intersect() call
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 3ee536add5..14f1a7a177 100644
--- a/util.h
+++ b/util.h
@@ -157,6 +157,8 @@ char *bus_path_unescape(const char *s);
bool ignore_file(const char *filename);
+bool chars_intersect(const char *a, const char *b);
+
#define DEFINE_STRING_TABLE_LOOKUP(name,type) \
const char *name##_to_string(type i) { \
if (i < 0 || i >= (type) ELEMENTSOF(name##_table)) \