Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
3e59e1c4
Commit
3e59e1c4
authored
Jul 02, 2017
by
Dmitry Frank
Committed by
Cesanta Bot
Jul 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
PUBLISHED_FROM=1803e726eee7bb64496d70389655083eb70257ab
parent
ae611a6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
struct_mg_mgr.md
docs/c-api/net.h/struct_mg_mgr.md
+1
-1
mongoose.h
mongoose.h
+1
-1
No files found.
docs/c-api/net.h/struct_mg_mgr.md
View file @
3e59e1c4
...
...
@@ -14,7 +14,7 @@ signature: |
void *user_data; /* User data */
int num_ifaces;
struct mg_iface **ifaces; /* network interfaces */
const char *nameserver; /* DNS server to use */
const char *nameserver;
/* DNS server to use */
};
---
...
...
mongoose.h
View file @
3e59e1c4
...
...
@@ -3301,7 +3301,7 @@ struct mg_mgr {
void
*
user_data
;
/* User data */
int
num_ifaces
;
struct
mg_iface
**
ifaces
;
/* network interfaces */
const
char
*
nameserver
;
/* DNS server to use */
const
char
*
nameserver
;
/* DNS server to use */
};
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment