Skip to content

Commit

Permalink
gvfs: add a GVFS-specific header file
Browse files Browse the repository at this point in the history
This header file will accumulate GVFS-specific definitions.

Signed-off-by: Kevin Willford <kewillf@microsoft.com>
  • Loading branch information
Kevin Willford authored and dscho committed Sep 16, 2022
1 parent 62974be commit ed9c60a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gvfs.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit ed9c60a

Please sign in to comment.