Skip to content

Commit afa9508

Browse files
Kevin Willforddscho
Kevin Willford
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 16d3fb1 commit afa9508

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: gvfs.h

+9
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)