Mercurial > dillo_port1.3
view dpid/misc_new.h @ 283:f97319b762d2
- minor cleanup.
author | jcid |
---|---|
date | Thu, 19 Jun 2008 16:13:57 +0200 |
parents | f1eca1aba94a |
children | a09dbf132be6 |
line wrap: on
line source
#ifndef MISC_NEW_H #define MISC_NEW_H #include "../dlib/dlib.h" int a_Misc_close_fd(int fd); Dstr *a_Misc_rdtag(int socket); char *a_Misc_readtag(int sock); char *a_Misc_mkdtemp(char *template); char *a_Misc_mkfname(char *template); #endif