From: Miklos Szeredi Date: Sat, 18 Nov 2006 18:26:23 +0000 (+0000) Subject: Lowlevel header doc fix by John Muir X-Git-Tag: fuse_2_6_1~5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4398858b8677716af3bb28db42803d3a8f3c4eb6;p=qemu-gpiodev%2Flibfuse.git Lowlevel header doc fix by John Muir --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 47bdeb1..062cf22 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -14,8 +14,9 @@ * =========================================================== */ /* IMPORTANT: you should define FUSE_USE_VERSION before including this - header. To use the newest API define it to 25 (recommended for any - new application), to use the old API define it to 24 (default) */ + header. To use the newest API define it to 26 (recommended for any + new application), to use the old API define it to 24 (default) or + 25 */ #ifndef FUSE_USE_VERSION #define FUSE_USE_VERSION 24