(trunk gtk) more cleanup from yesterday's property dialog rewrite

This commit is contained in:
Charles Kerr
2009-04-24 15:24:43 +00:00
parent 9dc4672ace
commit 0a546f2e51
3 changed files with 134 additions and 148 deletions

View File

@@ -61,6 +61,8 @@ char* tr_strltime( char * buf,
char* gtr_localtime( time_t time );
char* gtr_localtime2( char * buf, time_t time, size_t buflen );
/* create a directory and any missing parent directories */
int mkdir_p( const char *name,
mode_t mode );