Fix callbacks

This commit is contained in:
Adam Ierymenko 2019-10-02 13:39:48 -07:00
commit e2f3996843
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 41 additions and 26 deletions

View file

@ -44,7 +44,7 @@ extern const char *ZT_PLATFORM_DEFAULT_HOMEPATH;
/****************************************************************************/
ZT_GoNode *ZT_GoNode_new(const char *workingPath);
ZT_GoNode *ZT_GoNode_new(const char *workingPath,uintptr_t userPtr);
void ZT_GoNode_delete(ZT_GoNode *gn);