summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-12-04 08:48:45 +0000
committerLaurent Bercot <ska@appnovation.com>2021-12-04 08:48:45 +0000
commit032b853746aabb8c3b82af674fdc783b511569f2 (patch)
tree79edb0d7148cf2ef34874a20a3f760e464d50025 /src/include
parent450e114e1e1651c65dfcdbfa3c6f3967163976b3 (diff)
downloadskalibs-032b853746aabb8c3b82af674fdc783b511569f2.tar.xz
Add opendir_at, prepare for 2.11.1.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/skalibs/unix-transactional.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/skalibs/unix-transactional.h b/src/include/skalibs/unix-transactional.h
index a5e14b3..88d1838 100644
--- a/src/include/skalibs/unix-transactional.h
+++ b/src/include/skalibs/unix-transactional.h
@@ -8,6 +8,7 @@
#include <sys/uio.h>
#include <skalibs/uint64.h>
+#include <skalibs/direntry.h>
#include <skalibs/stralloc.h>
/* Transactional/reliable filesystem operations */
@@ -26,6 +27,7 @@ extern int open_truncat (int, char const *) ;
extern int open_truncatb (int, char const *) ;
extern int open_appendat (int, char const *) ;
extern int open_appendatb (int, char const *) ;
+extern DIR *opendir_at (int, char const *) ;
extern int stat_at (int, char const *, struct stat *) ;
extern int lstat_at (int, char const *, struct stat *) ;