Mercurial > dillo_port1.3
view dpid/misc_new.h @ 2084:5b8e5855ab8e
support !important in style attributes
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Tue, 07 Jun 2011 12:06:52 +0200 |
parents | 6c8346ed1073 |
children |
line wrap: on
line source
#ifndef MISC_NEW_H #define MISC_NEW_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); char *a_Misc_mksecret(int nchar); #endif