Latest...
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) Roman Arutyunyan
|
||||
* Copyright (C) Nginx, Inc.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _NGX_STREAM_QUIC_H_INCLUDED_
|
||||
#define _NGX_STREAM_QUIC_H_INCLUDED_
|
||||
|
||||
|
||||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
#include <ngx_stream.h>
|
||||
|
||||
|
||||
extern ngx_module_t ngx_stream_quic_module;
|
||||
|
||||
|
||||
#endif /* _NGX_STREAM_QUIC_H_INCLUDED_ */
|
||||
Reference in New Issue
Block a user