strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d40ec7
)
- PARSE_ERROR status
author
Martin Willi
<martin@strongswan.org>
Thu, 10 Nov 2005 19:20:13 +0000
(19:20 -0000)
committer
Martin Willi
<martin@strongswan.org>
Thu, 10 Nov 2005 19:20:13 +0000
(19:20 -0000)
Source/charon/types.h
patch
|
blob
|
history
diff --git
a/Source/charon/types.h
b/Source/charon/types.h
index
e14a0da
..
96dd1a3
100644
(file)
--- a/
Source/charon/types.h
+++ b/
Source/charon/types.h
@@
-34,7
+34,8
@@
typedef enum status_e {
NOT_SUPPORTED,
INVALID_ARG,
NOT_FOUND,
- EXCHANGE_TYPE_NOT_SET,
+ PARSE_ERROR,
+ EXCHANGE_TYPE_NOT_SET
} status_t;
typedef enum ike_sa_role_e {