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_PCP_ED_H
#define _HAVE_PCP_ED_H
#ifdef __cplusplus
extern "C" {
#endif
#include <sodium.h>
#include <string.h>
#include <stdio.h>
@@ -57,8 +53,4 @@ pcp_sig_t *pcp_ed_newsig(unsigned char *hash, char *id);
void pcp_dumpsig(pcp_sig_t *sig);
#ifdef __cplusplus
}
#endif
#endif // _HAVE_PCP_ED_H