Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
ec797fa7
Commit
ec797fa7
authored
Aug 07, 2014
by
Thomas Jahns
🤸
Browse files
Turn define SRV_HEADER_LEN into enum.
parent
5013ed1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/servicelib.c
View file @
ec797fa7
...
...
@@ -17,7 +17,9 @@
#include
"swap.h"
#define SRV_HEADER_LEN 8
enum
{
SRV_HEADER_LEN
=
8
,
};
static
int
initSrvLib
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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