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 Nov 8, 2023
1 parent 7152f38 commit 5263392
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 5263392

Please sign in to comment.