fixed extern C duplicates

This commit is contained in:
git@daemon.de
2013-11-29 18:45:44 +01:00
parent 33844f6ceb
commit 2fdbf8e1be
6 changed files with 181 additions and 32 deletions

View File

@@ -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