This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
...
doc_update_sequoia
Volker Birk
7 years ago
parent
6217a2f22b
commit
fda2b73599
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/keymanagement.c
+2
-0
src/keymanagement.h
+ 1
- 2
src/keymanagement.c
View File
@ -5,8 +5,7 @@
#
include
<stdlib.h>
#
include
<assert.h>
#
define _EXPORT_PEP_ENGINE_DLL
#
include
"pEpEngine.h"
#
include
"pEp_internal.h"
#
include
"keymanagement.h"
#
ifndef MIN
+ 2
- 0
src/keymanagement.h
View File
@ -1,5 +1,7 @@
#
pragma once
#
include
"pEpEngine.h"
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
Write
Preview
Loading…
Cancel
Save