#include <time.h>
#include <stdlib.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <yaz/options.h>
#include <yaz/log.h>
#include <yaz/xmalloc.h>
Go to the source code of this file.
|
| static int | run (int verbose, FILE *inf, struct addrinfo *res) |
| |
| static void | usage (void) |
| |
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ run()
| static int run |
( |
int |
verbose, |
|
|
FILE * |
inf, |
|
|
struct addrinfo * |
res |
|
) |
| |
|
static |
◆ usage()
| static void usage |
( |
void |
| ) |
|
|
static |