mkdtemp.h
author insilmaril
Fri, 02 Oct 2009 09:40:57 +0000
changeset 801 16a8ef1d82b2
parent 630 4998bb082c73
permissions -rwxr-xr-x
using QSortFilterProxy now to enable filtering in TreeEditor
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif