summaryrefslogtreecommitdiffstats
path: root/jacs/recv.h
blob: 94f09ff2f0887cf6f3a332c44931dbc5b26a8875 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef RECV_H
#define RECV_H

char *getline(void);
void askanswer(ilist *i, char *tmstmp);
int recvjacc(int sock, jabberc *me, char *pass);

#endif