mkdtemp.h
author insilmaril
Fri Oct 02 09:40:57 2009 +0000 (2009-10-02)
changeset 801 16a8ef1d82b2
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