aboutsummaryrefslogtreecommitdiffstats
path: root/dbfs.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-08-04 10:58:49 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-04 10:58:49 -0400
commit31a6352886789f6fb36190374b10eecf0cfbb14d (patch)
treeae3f191852467df7a4dafc523695fe3ddd4150d9 /dbfs.h
parentedfeb83763d87b31ab8f2359e4c826edb64d6be2 (diff)
downloaddbfs-31a6352886789f6fb36190374b10eecf0cfbb14d.tar.gz
mkdbfs: Remove duplicate code, by using dbfs_open() in libdbfs
Diffstat (limited to 'dbfs.h')
-rw-r--r--dbfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbfs.h b/dbfs.h
index 5ef86fd..756c1ee 100644
--- a/dbfs.h
+++ b/dbfs.h
@@ -114,7 +114,7 @@ extern int dbfs_xattr_remove(guint64, const char *, gboolean);
extern int dbfs_xattr_list(guint64 ino, void **buf_out, size_t *buflen_out);
/* libdbfs.c */
-extern int dbfs_open(struct dbfs *fs);
+extern int dbfs_open(struct dbfs *, unsigned int, const char *);
extern void dbfs_close(struct dbfs *fs);
extern struct dbfs *dbfs_new(void);
extern void dbfs_free(struct dbfs *fs);