X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_llist.x;h=40e4148383c02e07458b44524547fb7587d3460c;hb=b3d5c17f74361fcdcb9b9febff450292197e3a57;hp=acafe771c71758c61bd622dd19691050f05441b9;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/cm/cm_llist.x b/src/cm/cm_llist.x index acafe771c..40e414838 100755 --- a/src/cm/cm_llist.x +++ b/src/cm/cm_llist.x @@ -64,7 +64,7 @@ Void cmLListInsCrnt ARGS ((CmLListCp *lList, CmLList *node)); Void cmLListInsAfterCrnt ARGS ((CmLListCp *lList, CmLList *node)); CmLList *cmLListDelFrm ARGS ((CmLListCp *lList, CmLList *node)); Void cmLListCatLList ARGS (( CmLListCp *list1, CmLListCp *list2)); - +Void cmLListDeleteLList ARGS ((CmLListCp *lList)); #ifdef __cplusplus } #endif