Codebase list dillo / b31425a dpid / misc_new.h
b31425a

Tree @b31425a (Download .tar.gz)

misc_new.h @b31425araw · history · blame

#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