* note really a STUB eh ...
*/
-#include "blenkey.h" // for byte ... duh this needs change !
#include "BLO_getPubKey.h"
#ifdef HAVE_CONFIG_H
#endif
int
-getPubKey(byte *dataStreamPubKey,
+getPubKey(unsigned char *dataStreamPubKey,
int dataStreamPubKeyLen,
- byte **publisherPubKey,
+ unsigned char **publisherPubKey,
int *publisherPubKeyLen)
{
int err = 0;