From f14af3d95c618fe3b57e38fa005a9d85d9ccaa81 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 1 May 2005 23:57:09 +0000 Subject: Protocol structure can now specify the default port. --- src/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/proto.h b/src/include/proto.h index 38658ac8f..2c157ee4e 100644 --- a/src/include/proto.h +++ b/src/include/proto.h @@ -2,9 +2,11 @@ #define PROTO_H #include "tables.h" +#include "in.h" struct protocol { char *name; + in_port_t default_port; int ( * load ) ( char *url, struct sockaddr_in *server, char *file, -- cgit v1.2.3-55-g7522