chiark / gitweb /
kerne-command-line: introduce option 'systemd.restore_state'
[elogind.git] / src / shared / util.h
index 63cb4ac636967adc8bb8101c725ae4c597a9f60b..dc35b4d9801466fb0d992f45f28828d78a36940f 100644 (file)
@@ -765,6 +765,8 @@ void parse_user_at_host(char *arg, char **user, char **host);
 
 int split_pair(const char *s, const char *sep, char **l, char **r);
 
 
 int split_pair(const char *s, const char *sep, char **l, char **r);
 
+bool restore_state(void);
+
 /**
  * Normal qsort requires base to be nonnull. Here were require
  * that only if nmemb > 0.
 /**
  * Normal qsort requires base to be nonnull. Here were require
  * that only if nmemb > 0.