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

@@ -25,15 +25,7 @@
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
uint8_t *zmq_z85_decode (uint8_t *dest, char *string);
char *zmq_z85_encode (char *dest, uint8_t *data, size_t size);
#ifdef __cplusplus
}
#endif
#endif