blob: 069a7ce7b9a0ec446e76ee293d47a02168ca7481 [file] [log] [blame]
typedef struct Postcrud Postcrud;
struct Postcrud
{
int fd[2];
Srv *s;
char *name;
char *mtpt;
int flag;
};
Postcrud *_post1(Srv*, char*, char*, int);
void _post2(void*);
void _post3(Postcrud*);