chiark / gitweb /
basic: when parsing verb command lines, optionally shortcut them in chroot() environments
[elogind.git] / src / basic / fileio-label.h
index 9fef650ee5b0cc3b394418b2a045ebb051974b39..b2d1b5714dfddc71268f63f750a68a5f5a1634b9 100644 (file)
 ***/
 
 #include <stdio.h>
+
 #include "fileio.h"
 
 int write_string_file_atomic_label(const char *fn, const char *line);
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int write_env_file_label(const char *fname, char **l);
 int fopen_temporary_label(const char *target,
                           const char *path, FILE **f, char **temp_path);