File: mailsearch.h

package info (click to toggle)
dmitry 1.3a-7
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 892 kB
  • sloc: ansic: 1,276; sh: 858; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define NCOL 50
extern int tcp_socket();
extern void readData();
extern void sendData();
extern int get_host();
extern void tcp_sockdcon();
extern char outputfile[64];
extern int file_open();
extern void file_close();
extern void print_line();
extern int tcp_sock;
int get_email_hoststring();
int emailcount;
int grab_emails();
int emaillist();
char **emailbuff;
int pagenumber; /* Used as a variable to store current page number (of results)*/
char pagestring[32]; /* The string to request a new page */