X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fuse%2Fdircache.h;h=76ee93024784223132a0d4f1074ce32c38d112cb;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hp=adc117ec0eeb73342bf51ca93e414c19b2514d95;hpb=429de2254176e470035eef05e0f3e9910d46863c;p=libguestfs.git diff --git a/fuse/dircache.h b/fuse/dircache.h index adc117e..76ee930 100644 --- a/fuse/dircache.h +++ b/fuse/dircache.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Derived from the example program 'fusexmp.c': * Copyright (C) 2001-2007 Miklos Szeredi @@ -41,4 +41,6 @@ extern const struct stat *lsc_lookup (const char *pathname); extern const struct guestfs_xattr_list *xac_lookup (const char *pathname); extern const char *rlc_lookup (const char *pathname); +extern int dir_cache_timeout; + #endif /* GUESTMOUNT_DIRCACHE_H */