diff -r 40a3b13ffc9d -r 9dfc861273e5 src/dbfs.h --- a/src/dbfs.h Tue Nov 18 02:06:52 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#ifndef DBFS_H -#define DBFS_H - -#include "evfuse.h" - -/* - * External interface for dbfs - */ - -/* - * Context struct. - */ -struct dbfs; - -/* - * Create the evsql and evfuse contexts and run the fs - */ -struct dbfs *dbfs_new (struct event_base *ev_base, struct fuse_args *args, const char *db_conninfo); - -/* - * Release the dbfs's resources and free it - */ -void dbfs_free (struct dbfs *ctx); - -#endif /* DBFS_H */