chiark / gitweb /
util: mark unquote() static, so that new code doesn't use this anymore
[elogind.git] / src / shared / util.h
index 1026070f209078fca27cf4dfa78e032b2d2a677e..9368e84d57d2eb1b66adb7c62ea2f24c9a03db5c 100644 (file)
@@ -523,7 +523,6 @@ char *ellipsize_mem(const char *s, size_t old_length, size_t new_length, unsigne
 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode);
 int touch(const char *path);
 
-char *unquote(const char *s, const char *quotes);
 char *normalize_env_assignment(const char *s);
 
 int wait_for_terminate(pid_t pid, siginfo_t *status);