chiark / gitweb /
timesysnc: reword network watching messages, and move resolver errors to debug
[elogind.git] / src / shared / util.h
index 7a7d15c82c39638c5925ea910cce19377d80d165..62eb60402d507a8260b6dcb69741cc44b820830f 100644 (file)
@@ -478,6 +478,7 @@ char *ellipsize(const char *s, size_t length, unsigned percent);
                                    /* bytes                 columns */
 char *ellipsize_mem(const char *s, size_t old_length, size_t new_length, unsigned percent);
 
+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);