Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Merge requests
!88
added geoip_init()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added geoip_init()
feature-3600
into
master
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
alexander.lysikov
requested to merge
feature-3600
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ead0d836
1 commit,
4 years ago
5 files
+
43
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
modules/net/include/dap_chain_node_cli_cmd.h
+
3
−
3
Options
@@ -133,10 +133,10 @@ int com_stats(int argc, char ** argv, void *arg_func, char **str_reply);
int
com_exit
(
int
argc
,
char
**
argv
,
void
*
arg_func
,
char
**
str_reply
);
#ifndef _WIN32
//
#ifndef _WIN32
// Add News for VPN clients
//
int com_news(int a_argc, char ** a_argv, void *a_arg_func, char **a_str_reply);
#endif
int
com_news
(
int
a_argc
,
char
**
a_argv
,
void
*
a_arg_func
,
char
**
a_str_reply
);
//
#endif
// vpn_client command
int
com_vpn_client
(
int
a_argc
,
char
**
a_argv
,
void
*
arg_func
,
char
**
a_str_reply
);
Loading