summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/proto.h2
1 files changed, 2 insertions, 0 deletions
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,