diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-15 13:19:07 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-15 13:19:07 +0000 |
commit | 178451d6f063c1054e7960fd628692d6d394f4cd (patch) | |
tree | 6f16a8dd77a0854dfdbe87fabd4c50a0c1f8f672 /include/fuse.h | |
parent | a148242fb80fa2127fdaf41de63e2d81dc8006ef (diff) | |
download | libfuse-178451d6f063c1054e7960fd628692d6d394f4cd.tar.gz |
fix
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/fuse.h b/include/fuse.h index ca3797f..4bb215e 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -37,9 +37,6 @@ struct fuse; /** Structure containing a raw command */ struct fuse_cmd; -/** The lowlevel FUSE session */ -struct fuse_session; - /** Function to add an entry in a readdir() operation * * @param buf the buffer passed to the readdir() operation @@ -510,9 +507,6 @@ int fuse_exited(struct fuse *f); /** Set function which can be used to get the current context */ void fuse_set_getcontext_func(struct fuse_context *(*func)(void)); -/** Returns the lowlevel FUSE session */ -struct fuse_session *fuse_get_session(struct fuse *f); - /* ----------------------------------------------------------- * * Compatibility stuff * * ----------------------------------------------------------- */ |