Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/writestreamglue/BLO_getPubKey.h')
-rw-r--r--source/blender/writestreamglue/BLO_getPubKey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/writestreamglue/BLO_getPubKey.h b/source/blender/writestreamglue/BLO_getPubKey.h
index b9d8daf8ff6..838da0c142d 100644
--- a/source/blender/writestreamglue/BLO_getPubKey.h
+++ b/source/blender/writestreamglue/BLO_getPubKey.h
@@ -32,6 +32,6 @@
* STUB: give back the dataStreamPubKey
*/
-int getPubKey(byte *dataStreamPubKey, int dataStreamPubKeyLen,
- byte **publisherPubKey, int *publisherPubKeyLen);
+int getPubKey(unsigned char *dataStreamPubKey, int dataStreamPubKeyLen,
+ unsigned char **publisherPubKey, int *publisherPubKeyLen);