Skip to content

Commit

Permalink
Update Chap_API_Data_Mgmt.tex
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>

Co-authored-by: Ken Raffenetti <[email protected]>
  • Loading branch information
2 people authored and jjhursey committed May 20, 2021
1 parent 97d453b commit 2d99f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chap_API_Data_Mgmt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ \subsection{\code{PMIx_Data_decompress}}
\cspecificstart
\begin{codepar}
bool
PMIx_Data_decompress(uint8_t **outbytes, size_t *nbytes,
uint8_t *inbytes, size_t size);
PMIx_Data_decompress(const uint8_t *inbytes, size_t size,
uint8_t **outbytes, size_t *nbytes,);
\end{codepar}
\cspecificend

Expand Down

0 comments on commit 2d99f05

Please sign in to comment.