aboutsummaryrefslogtreecommitdiff
path: root/medianin.h
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2016-02-29 05:37:59 -0300
committerMatias Linares <matiaslina@openmailbox.org>2016-02-29 05:37:59 -0300
commita98f3511d0e1a4815c0c1b75a190a71513512759 (patch)
treefa9397b3603446f1c07716ddd8f1cdb5b3eb9597 /medianin.h
parent4625012059ccada22aae9c680aa343ce548d30da (diff)
downloadmedianinfs-a98f3511d0e1a4815c0c1b75a190a71513512759.tar.gz
Fix indentation and max column lenght
Diffstat (limited to 'medianin.h')
-rw-r--r--medianin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/medianin.h b/medianin.h
index e0b070b..60f2234 100644
--- a/medianin.h
+++ b/medianin.h
@@ -33,12 +33,13 @@ int medianin_read(medianin *self, const char *path,
int medianin_write(medianin *self, const char *path,
const char *buffer, size_t size, off_t offset);
int medianin_statfs(medianin *self, const char *path, struct statvfs *stbuf);
-int medianin_utimens(medianin *self, const char *path, const struct timespec tv[2]);
+int medianin_utimens(medianin *self, const char *path,
+ const struct timespec tv[2]);
/* Operaciones sobre Directorios */
int medianin_mkdir(medianin *self, const char *path, mode_t mode);
int medianin_rmdir(medianin *self, const char *path);
int medianin_readdir(medianin *self, const char *path, void *buf,
- fuse_fill_dir_t filler);
+ fuse_fill_dir_t filler);
#endif /* __MEDIANIN_H */