Skip to content
Snippets Groups Projects
Commit 657f42e1 authored by Aleksandr Lysikov's avatar Aleksandr Lysikov
Browse files

added vpn service

parent 10476728
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -22,5 +22,7 @@ ...@@ -22,5 +22,7 @@
along with any DAP based project. If not, see <http://www.gnu.org/licenses/>. along with any DAP based project. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
int dap_chain_net_srv_vpn_init(); #include "dap_chain_net_srv.h"
int dap_chain_net_srv_vpn_init(dap_config_t * g_config);
void dap_chain_net_srv_vpn_deinit(); void dap_chain_net_srv_vpn_deinit();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment