Skip to content

Commit 3d9017d

Browse files
Kevin Willforddscho
authored andcommitted
gvfs: add a GVFS-specific header file
This header file will accumulate GVFS-specific definitions. Signed-off-by: Kevin Willford <kewillf@microsoft.com>
1 parent d2f16f8 commit 3d9017d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gvfs.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef GVFS_H
2+
#define GVFS_H
3+
4+
/*
5+
* This file is for the specific settings and methods
6+
* used for GVFS functionality
7+
*/
8+
9+
#endif /* GVFS_H */

0 commit comments

Comments
 (0)