mkdtemp.h
author insilmaril
Tue, 09 Mar 2010 09:37:57 +0000
changeset 832 6a6018ba4cc7
parent 630 4998bb082c73
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