Mercurial > dillo_port1.3
view dpid/misc_new.h @ 1958:7860a3051241
Fix for endless loop with META refresh and same URL or no URL at all
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Fri, 15 Apr 2011 14:08:53 -0300 |
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