From b0b64c652b19498682c863e774926b9ceed3d04c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 11 Dec 2015 12:02:39 +0000 Subject: [PATCH] Forgot to commit declaration of Xorriso_graftable_pathspec() in rev 5631 --- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 64a1ffc6..2a99ed83 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.12.09.162402" +#define Xorriso_timestamP "2015.12.11.120319" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 835c7f7e..fbaf7659 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -635,5 +635,8 @@ int Xorriso_set_file_name_limit(struct XorrisO *xorriso, int value, int flag); int Xorriso_truncate_path_comps(struct XorrisO *xorriso, char *path, char *buffer, char **resultpt, int flag); +int Xorriso_graftable_pathspec(struct XorrisO *xorriso, char *in_pathspec, + char *pathspec, int flag); + #endif /* Xorrisoburn_includeD */