/* include files and function declarations. */

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>

int addhost(char address[1024], time_t ntime, int np);
int delhost(char address[1024]);
int list(int newsockfd);
int since(int newsockfd, time_t stime);
int dump();
int readdump();
