Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
#include <stdio.h>
#include "protocol.h"

const protocol_t *const http_protocol;
extern const protocol_t *const http_protocol;

#endif
2 changes: 1 addition & 1 deletion src/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

#include "protocol.h"

const protocol_t *const tls_protocol;
extern const protocol_t *const tls_protocol;

#endif