1.\" $OpenBSD: fuse_version.3,v 1.2 2018/07/08 06:17:10 jmc Exp $ 2.\" 3.\" Copyright (c) 2018 Helg Bredow <helg@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: July 8 2018 $ 18.Dt FUSE_VERSION 3 19.Os 20.Sh NAME 21.Nm fuse_version 22.Nd get the version of the FUSE library 23.Sh SYNOPSIS 24.In fuse.h 25.Ft int 26.Fn fuse_version "void" 27.Sh DESCRIPTION 28Gets the version of the FUSE library as a whole number. 29For example, Version 2.6 is returned as 26. 30.Sh SEE ALSO 31.Xr fuse_main 3 32.Sh STANDARDS 33The 34.Fn fuse_version 35function conforms to FUSE 2.6. 36.Sh HISTORY 37The 38.Fn fuse_version 39function first appeared in 40.Ox 5.4 . 41.Sh AUTHORS 42.An Sylvestre Gallon Aq Mt ccna.syl@gmail.com 43