lib: Add fdopen_keepfd()
[samba.git] / lib / util / util_file.h
index fa8c599d1afa2a78e57928efe6883905d2b1f1bc..8de75da5ed101153bb4796bab840a68450db9010 100644 (file)
@@ -77,4 +77,6 @@ bool file_compare(const char *path1, const char *path2);
  */
 char *file_ploadv(char * const argl[], size_t *size);
 
+FILE *fdopen_keepfd(int fd, const char *mode);
+
 #endif