mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 04:40:56 +01:00
fixed extern C duplicates
This commit is contained in:
@@ -22,10 +22,6 @@
|
||||
#ifndef _HAVE_KEYHASH_H
|
||||
#define _HAVE_KEYHASH_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "uthash.h"
|
||||
#include "key.h"
|
||||
|
||||
@@ -56,8 +52,4 @@ void pcphash_add(void *key, int type);
|
||||
int pcphash_count();
|
||||
int pcphash_countpub();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _HAVE_KEYHASH_H
|
||||
|
||||
Reference in New Issue
Block a user