diff options
Diffstat (limited to 'src/include/proto.h')
| -rw-r--r-- | src/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/proto.h b/src/include/proto.h index 89b7c1736..7bceef9d9 100644 --- a/src/include/proto.h +++ b/src/include/proto.h @@ -7,7 +7,7 @@ struct protocol { char *name; - in_port_t default_port; + uint16_t default_port; int ( * load ) ( char *url, struct sockaddr_in *server, char *file, struct buffer *buffer ); }; |
