Transfering properties from disk to implicit directories in image path

This commit is contained in:
2008-02-16 20:26:21 +00:00
parent b97ab3f824
commit cbeaeb7a09
3 changed files with 58 additions and 1 deletions

View File

@ -332,6 +332,13 @@ int Sfile_scale(double value, char *result, int siz, double thresh, int flag);
int Sfile_destroy_argv(int *argc, char ***argv, int flag);
/*
bit0= do not ignore trailing slash
bit1= do not ignore empty components (other than the empty root name)
*/
int Sfile_count_components(char *path, int flag);
char *Text_shellsafe(char *in_text, char *out_text, int flag);
int Sort_argv(int argc, char **argv, int flag);