File: fuse.h

package info (click to toggle)
fuse 2.9.9-9
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 9,704 kB
  • sloc: ansic: 16,588; sh: 4,828; makefile: 152; javascript: 103
file content (9 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
/*
   This header is for compatibility with older software using FUSE.

   Please use 'pkg-config --cflags fuse' to set include path.  The
   correct usage is still '#include <fuse.h>', not '#include
   <fuse/fuse.h>'.
*/

#include "fuse/fuse.h"