diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-20 12:34:14 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-20 12:34:14 +0000 |
commit | 0d82edd9f8bebb396a9154d4e1003340dbf6b967 (patch) | |
tree | 0659c834f387f3504944a610ed6858b9e268e6c7 /src/libunixonacid/dd_open_write.c | |
parent | 2436785702b47996e9f0e281df0d6027660ec914 (diff) | |
download | skalibs-0d82edd9f8bebb396a9154d4e1003340dbf6b967.tar.xz |
Lots of cosmetic fixes.
sha256 documented.
Diffstat (limited to 'src/libunixonacid/dd_open_write.c')
-rw-r--r-- | src/libunixonacid/dd_open_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunixonacid/dd_open_write.c b/src/libunixonacid/dd_open_write.c index efee60f..f579c73 100644 --- a/src/libunixonacid/dd_open_write.c +++ b/src/libunixonacid/dd_open_write.c @@ -9,7 +9,7 @@ #include <skalibs/random.h> #include <skalibs/unix-transactional.h> -int dd_open_write (dirdescriptor_t_ref dd, char const *lnkfn, unsigned int mode) +int dd_open_write (dirdescriptor_t *dd, char const *lnkfn, unsigned int mode) { dirdescriptor_t d = DIRDESCRIPTOR_ZERO ; d.lnkfn = lnkfn ; |