mkdtemp.h
author insilmaril
Tue Mar 09 13:09:05 2010 +0000 (2010-03-09)
changeset 833 bfacef6f29c1
permissions -rwxr-xr-x
Bugfix: Previous checkin caused toggleScroll to fail
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif