Skip to content

Commit f1353ac

Browse files
author
unknown
committed
fix
1 parent be27f7c commit f1353ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyCall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ int pyDictIntToInt(PyObject *obj, std::string itemKey, int &itemVal, std::string
3232
const char * callWrapperError(int errNum);
3333
int callWrapperInit(pConfig cfg);
3434
int callWrapperFini();
35-
int callWrapperExec(const char* usrTag, pParamList params, pDataList reqData, pDataList* respData, unsigned int psrIds[], int psrCnt);
35+
int callWrapperExec(const char* usrTag, pParamList params, pDataList reqData, pDataList* respData, unsigned int psrIds[], int psrCnt,std::string sid);
3636
#endif

0 commit comments

Comments
 (0)