chiark / gitweb /
Prep v229: Mask more unused functions in src/basic
[elogind.git] / src / basic / escape.h
index 1b28bd10afc21e920a043f02c51d642eaef6bce5..f57438038019f33120d46aa24556bab5997550db 100644 (file)
@@ -49,5 +49,7 @@ int cunescape_one(const char *p, size_t length, char32_t *ret, bool *eight_bit);
 
 char *xescape(const char *s, const char *bad);
 
+#if 0 /// UNNEEDED by elogind
 char *shell_escape(const char *s, const char *bad);
 char *shell_maybe_quote(const char *s);
+#endif // 0