diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-16 16:56:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:33:32 +0200 |
commit | 3e2ff81e5dbbd54d33bc8f91c23ab3fa55a22bd8 (patch) | |
tree | 5b3d18fff6e7ec7a0c16084360c546546fe91665 /src/starter/cmp.h | |
parent | e55876a657ae9d4bbf14320e5a14f86cc5c31c7f (diff) | |
download | strongswan-3e2ff81e5dbbd54d33bc8f91c23ab3fa55a22bd8.tar.bz2 strongswan-3e2ff81e5dbbd54d33bc8f91c23ab3fa55a22bd8.tar.xz |
starter: Removed all unsupported keywords.
Diffstat (limited to 'src/starter/cmp.h')
-rw-r--r-- | src/starter/cmp.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/starter/cmp.h b/src/starter/cmp.h index 58c2ef819..c33ce8ec2 100644 --- a/src/starter/cmp.h +++ b/src/starter/cmp.h @@ -15,10 +15,8 @@ #ifndef _STARTER_CMP_H_ #define _STARTER_CMP_H_ -extern bool starter_cmp_conn(starter_conn_t *c1, starter_conn_t *c2); -extern bool starter_cmp_ca(starter_ca_t *c1, starter_ca_t *c2); -extern bool starter_cmp_klips(starter_config_t *c1, starter_config_t *c2); -extern bool starter_cmp_pluto(starter_config_t *c1, starter_config_t *c2); +bool starter_cmp_conn(starter_conn_t *c1, starter_conn_t *c2); +bool starter_cmp_ca(starter_ca_t *c1, starter_ca_t *c2); #endif |