diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-03 09:46:08 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-03 09:46:08 +0000 |
commit | fc8885965c13430af6e7ae32cf85da768312efab (patch) | |
tree | fb3f7514e3f8f5e5f2eb407a8e5f13f414f83cbd | |
parent | e0ab4261881c59f6172ea62e69d36b1f2a4ebacc (diff) | |
download | strongswan-fc8885965c13430af6e7ae32cf85da768312efab.tar.bz2 strongswan-fc8885965c13430af6e7ae32cf85da768312efab.tar.xz |
""
-rw-r--r-- | Source/charon/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/types.h b/Source/charon/types.h index d4ead0a4c..af235c2c8 100644 --- a/Source/charon/types.h +++ b/Source/charon/types.h @@ -27,7 +27,8 @@ typedef enum status_e { SUCCESS, FAILED, - OUT_OF_RES + OUT_OF_RES, + ALREADY_DONE } status_t; #endif /*TYPES_H_*/ |