X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fmkdtemp.h;fp=src%2Fmkdtemp.h;h=ea4ecc51091eef470e1b6ac93f4520aa2daec942;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/mkdtemp.h b/src/mkdtemp.h new file mode 100644 index 0000000..ea4ecc5 --- /dev/null +++ b/src/mkdtemp.h @@ -0,0 +1,6 @@ +#ifndef MKDTEMP_H +#define MKDTEMP_H + +extern QString mkdtemp(QString _template); + +#endif