Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
b7b409e0
Commit
b7b409e0
authored
8 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Put error info code in its own files.
parent
6ee6437b
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
coreapi/CMakeLists.txt
+1
-0
coreapi/CMakeLists.txt
coreapi/Makefile.am
+1
-0
coreapi/Makefile.am
coreapi/error_info.c
+135
-0
coreapi/error_info.c
coreapi/im_encryption_engine.c
+1
-1
coreapi/im_encryption_engine.c
coreapi/linphonecore.c
+0
-95
coreapi/linphonecore.c
coreapi/misc.c
+0
-46
coreapi/misc.c
include/CMakeLists.txt
+1
-0
include/CMakeLists.txt
include/linphone/Makefile.am
+1
-0
include/linphone/Makefile.am
include/linphone/core.h
+2
-66
include/linphone/core.h
include/linphone/error_info.h
+123
-0
include/linphone/error_info.h
include/linphone/im_encryption_engine.h
+4
-4
include/linphone/im_encryption_engine.h
with
269 additions
and
212 deletions
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets