Forgot to upload the header which defines Xorriso__to_upper

This commit is contained in:
Thomas Schmitt 2011-08-01 15:29:28 +00:00
parent 37a389c283
commit 9a616c30ac
2 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@ int Xorriso__hide_mode(char *mode, int flag);
char *Xorriso__hide_mode_text(int hide_mode, int flag);
/* @return 0=truncated, 1=ok
*/
int Xorriso__to_upper(char *in, char *out, int out_size, int flag);
#endif /* ! Xorriso_pvt_misc_includeD */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.08.01.130400"
#define Xorriso_timestamP "2011.08.01.152915"