You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
366 B

  1. --- a/src/http.h
  2. +++ b/src/http.h
  3. @@ -29,6 +29,6 @@
  4. #include <stdio.h>
  5. #include "protocol.h"
  6. -const protocol_t *const http_protocol;
  7. +extern const protocol_t *const http_protocol;
  8. #endif
  9. --- a/src/tls.h
  10. +++ b/src/tls.h
  11. @@ -28,6 +28,6 @@
  12. #include "protocol.h"
  13. -const protocol_t *const tls_protocol;
  14. +extern const protocol_t *const tls_protocol;
  15. #endif