mkdtemp.h
author insilmaril
Sun Jun 08 19:26:07 2008 +0000 (2008-06-08)
changeset 711 d6376f767d27
permissions -rwxr-xr-x
Bugfix: vym cannot load maps saved with Qt 4.4
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif