From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- spectro/xdg_bds.h | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 spectro/xdg_bds.h (limited to 'spectro/xdg_bds.h') diff --git a/spectro/xdg_bds.h b/spectro/xdg_bds.h old mode 100644 new mode 100755 index 18101b0..9eb6651 --- a/spectro/xdg_bds.h +++ b/spectro/xdg_bds.h @@ -51,6 +51,12 @@ typedef enum { xdg_local /* Local System wide context */ } xdg_scope; +/* Optional flags */ +typedef enum { + xdg_none = 0x0000, /* No options */ + xdg_all_matches = 0x0001 /* Return all matching files */ +} xdg_options; + /* An error code */ typedef enum { xdg_ok = 0, @@ -96,6 +102,7 @@ int xdg_bds( xdg_storage_type st, /* Specify the storage type */ xdg_op_type op, /* Operation type */ xdg_scope sc, /* Scope if write */ + xdg_options opt, /* Options flags */ char *spath /* Sub-path and file name or file pattern */ ); -- cgit v1.2.3