Skip to content

Commit

Permalink
Fixed documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Oct 11, 2021
1 parent 20c2c44 commit 42a2852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dcmnet/include/dcmtk/dcmnet/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
struct T_ASC_Parameters;
class LST_HEAD;

/** Destroys presentationContextList as defined in dul_associatepdu
* @param l The presentation context list to free
/** Destroys presentationContextList as used in dul_associatepdu
* @param pcList The presentation context list to free
*/
void
destroyAssociatePDUPresentationContextList(LST_HEAD ** pcList);


/** Destroys presentationContextList as defined in dul_associatepdu
* @param l The presentation context list to free
/** Destroys DUL_USERINFO as used in dul_associatepdu
* @param userInfo The presentation context list to free
*/
void
destroyUserInformationLists(DUL_USERINFO * userInfo);
Expand Down

0 comments on commit 42a2852

Please sign in to comment.