mkdtemp.h
author insilmaril
Tue Mar 09 09:37:57 2010 +0000 (2010-03-09)
changeset 832 6a6018ba4cc7
permissions -rwxr-xr-x
Minor changes to improve remote execution of commands via DBUS
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif