chiark / gitweb /
notify: add minimal readiness/status protocol for spawned daemons
[elogind.git] / src / strv.h
index 11d2ea12076b2e6737e604ed60d72d5bc19d3c36..2d24b4e392f893d1c8f2bfbb5b0724a749996abf 100644 (file)
@@ -28,6 +28,8 @@
 #include "macro.h"
 
 char *strv_find(char **l, const char *name);
+char *strv_find_prefix(char **l, const char *name);
+
 void strv_free(char **l);
 char **strv_copy(char **l) _malloc_;
 unsigned strv_length(char **l);