Commit 8473e9fa by Iblis Lin Committed by Tianqi Chen

typo in c_api.h (#290)

parent e06d24a6
...@@ -352,7 +352,7 @@ NNVM_DLL int NNGraphSetJSONAttr(GraphHandle handle, ...@@ -352,7 +352,7 @@ NNVM_DLL int NNGraphSetJSONAttr(GraphHandle handle,
* \param success Whether the result is contained in out. * \param success Whether the result is contained in out.
* \return 0 when success, -1 when failure happens * \return 0 when success, -1 when failure happens
*/ */
NNVM_DLL int NNGraphGetJSONAttr(SymbolHandle handle, NNVM_DLL int NNGraphGetJSONAttr(GraphHandle handle,
const char* key, const char* key,
const char** json_out, const char** json_out,
int *success); int *success);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment