chiark / gitweb /
fs-util,test: add helper to remove tempfiles
[elogind.git] / src / basic / fs-util.h
index b5bc5c3bc7e8095d40ecf2e9156b3341cd4090c4..a337b5f5c0675ea4b03ecc0bfbb69748756f3b0d 100644 (file)
@@ -122,6 +122,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(char*, unlink_and_free);
 
 int access_fd(int fd, int mode);
 
+void unlink_tempfilep(char (*p)[]);
 int unlinkat_deallocate(int fd, const char *name, int flags);
 
 int fsync_directory_of_file(int fd);