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
d5a78fb6
Commit
d5a78fb6
authored
Mar 09, 2014
by
Jurie Horneman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug.
parent
1b3a1b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mongoose.h
mongoose.h
+3
-3
No files found.
mongoose.h
View file @
d5a78fb6
...
...
@@ -114,9 +114,9 @@ int mg_authorize_digest(struct mg_connection *c, FILE *fp);
// Lua utility functions
#ifdef MONGOOSE_USE_LUA
static
void
reg_string
(
struct
lua_State
*
L
,
const
char
*
name
,
const
char
*
val
);
static
void
reg_int
(
struct
lua_State
*
L
,
const
char
*
name
,
int
val
);
static
void
reg_function
(
struct
lua_State
*
L
,
const
char
*
name
,
void
reg_string
(
struct
lua_State
*
L
,
const
char
*
name
,
const
char
*
val
);
void
reg_int
(
struct
lua_State
*
L
,
const
char
*
name
,
int
val
);
void
reg_function
(
struct
lua_State
*
L
,
const
char
*
name
,
lua_CFunction
func
,
struct
mg_connection
*
conn
);
#endif
...
...
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