Skip to content

Commit

Permalink
Native methods: adds PortConnector readWriteBytes func into header (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmlira authored and flsobral committed Jul 24, 2020
1 parent e751d7e commit 022d531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TotalCrossVM/src/nm/NativeMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ TC_API void tidPC_create_iiiii(NMParams p);
TC_API void tidPC_nativeClose(NMParams p);
TC_API void tidPC_setFlowControl_b(NMParams p);
TC_API void tidPC_readCheck(NMParams p);
TC_API void tidPC_readWriteBytes_Biib(NMParams p);
TC_API void tidbDA_nativeDiscoveryAgent(NMParams p);
TC_API void tidbDA_cancelInquiry_d(NMParams p);
TC_API void tidbDA_cancelServiceSearch_i(NMParams p);
Expand Down

0 comments on commit 022d531

Please sign in to comment.