Updated the missing header file

This commit is contained in:
Thomas Schmitt 2010-06-23 15:19:50 +00:00
parent 32b7c33e10
commit dc57c2bbb9
2 changed files with 4 additions and 1 deletions

View File

@ -78,6 +78,9 @@ int Xorriso_execv(struct XorrisO *xorriso, char *cmd, char *env_path,
int Xorriso_path_is_excluded(struct XorrisO *xorriso, char *path, int flag);
int Xorriso_path_is_hidden(struct XorrisO *xorriso, char *path, int flag);
/* Normalize ACL and sort apart "access" ACL from "default" ACL.
*/
int Xorriso_normalize_acl_text(struct XorrisO *xorriso, char *in_text,

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.06.23.134250"
#define Xorriso_timestamP "2010.06.23.151900"