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:
ddd639f
)
- added status_t NOT_SUPPORTED
author
Martin Willi
<martin@strongswan.org>
Mon, 7 Nov 2005 08:23:52 +0000
(08:23 -0000)
committer
Martin Willi
<martin@strongswan.org>
Mon, 7 Nov 2005 08:23:52 +0000
(08:23 -0000)
Source/charon/types.h
patch
|
blob
|
history
diff --git
a/Source/charon/types.h
b/Source/charon/types.h
index
3ebc818
..
a65e387
100644
(file)
--- a/
Source/charon/types.h
+++ b/
Source/charon/types.h
@@
-28,7
+28,8
@@
typedef enum status_e {
SUCCESS,
FAILED,
OUT_OF_RES,
- ALREADY_DONE
+ ALREADY_DONE,
+ NOT_SUPPORTED
} status_t;
typedef struct timeval timeval_t;