aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/timeplot
blob: c8240d05b613021fde0a3b272d74b4bb0ed48dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
generated by cgit v1.2.3 (git 2.39.1) at 2025-11-16 06:35:24 +0000
 


n class="kt">int socket,const char *to);
int SMTP_data(int socket);
int SMTP_eom(int socket);
int SMTP_rset(int socket);
int SMTP_quit(int socket);
int SMTP_ok(int socket);

extern char smtp_response[MSGBUFSIZE];

#endif