Forgot to commit declaration of Xorriso_graftable_pathspec() in rev 5631

This commit is contained in:
Thomas Schmitt 2015-12-11 12:02:39 +00:00
parent d4cbe99eff
commit b0b64c652b
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.12.09.162402" #define Xorriso_timestamP "2015.12.11.120319"

View File

@ -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, int Xorriso_truncate_path_comps(struct XorrisO *xorriso, char *path,
char *buffer, char **resultpt, int flag); char *buffer, char **resultpt, int flag);
int Xorriso_graftable_pathspec(struct XorrisO *xorriso, char *in_pathspec,
char *pathspec, int flag);
#endif /* Xorrisoburn_includeD */ #endif /* Xorrisoburn_includeD */