]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
wrapper: move odb_* to environment.c
[thirdparty/git.git] / git-compat-util.h
index 2af8d3edbe35dce35e940c5cccb91f9e06ebeff8..029162eccce14e743cf08cf428a024bc341e11b3 100644 (file)
@@ -404,6 +404,7 @@ extern ssize_t xwrite(int fd, const void *buf, size_t len);
 extern int xdup(int fd);
 extern FILE *xfdopen(int fd, const char *mode);
 extern int xmkstemp(char *template);
+extern int xmkstemp_mode(char *template, int mode);
 extern int odb_mkstemp(char *template, size_t limit, const char *pattern);
 extern int odb_pack_keep(char *name, size_t namesz, unsigned char *sha1);