Codebase list dillo / 9c2112d dpid / misc_new.h
9c2112d

Tree @9c2112d (Download .tar.gz)

misc_new.h @9c2112draw · 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