~james-w/+junk/fuse-debian-upstream

« back to all changes in this revision

Viewing changes to include/old/fuse.h

  • Committer: James Westby
  • Date: 2008-05-16 12:57:40 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125740-fn2iqsxtfd3olmib
Tags: upstream-debian-2.2.1
Import upstream from fuse_2.2.1.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   This header is for compatibility with older software using FUSE.
 
3
 
 
4
   Please use 'pkg-config --cflags fuse' to set include path.  The
 
5
   correct usage is still '#include <fuse.h>', not '#include
 
6
   <fuse/fuse.h>'.
 
7
*/
 
8
 
 
9
#include "fuse/fuse.h"