Mercurial > dillo_port1.3
view dpid/misc_new.h @ 1173:717058f63429
Removed the experimental font size adjuster patch (it slipped in by mistake)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 15 Jun 2009 17:50:10 -0400 |
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