]> git.sven.stormbind.net Git - sven/vym.git/blob - mkdtemp.h
ea4ecc51091eef470e1b6ac93f4520aa2daec942
[sven/vym.git] / mkdtemp.h
1 #ifndef MKDTEMP_H
2 #define MKDTEMP_H
3
4 extern QString mkdtemp(QString _template);
5
6 #endif