diff options
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 |