chiark / gitweb /
util: make creation time xattr logic more generic
[elogind.git] / src / shared / util.h
index 7f02f42c61e11e1da94dd6bc866a4be611dd371f..4d5b9824d976a3330bb01946124624f00b063af2 100644 (file)
@@ -1062,3 +1062,7 @@ union inotify_event_buffer {
 int ptsname_malloc(int fd, char **ret);
 
 int openpt_in_namespace(pid_t pid, int flags);
+
+int fd_setcrtime(int fd, usec_t usec);
+int fd_getcrtime(int fd, usec_t *usec);
+int path_getcrtime(const char *p, usec_t *usec);