gvfs: add a GVFS-specific header file

This header file will accumulate GVFS-specific definitions.

Signed-off-by: Kevin Willford <kewillf@microsoft.com>
This commit is contained in:
Kevin Willford 2017-01-24 17:30:59 +01:00 коммит произвёл Johannes Schindelin
Родитель 6c6a882de8
Коммит 8642241077
1 изменённых файлов: 9 добавлений и 0 удалений

9
gvfs.h Normal file
Просмотреть файл

@ -0,0 +1,9 @@
#ifndef GVFS_H
#define GVFS_H
/*
* This file is for the specific settings and methods
* used for GVFS functionality
*/
#endif /* GVFS_H */