X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_llist.x;h=40e4148383c02e07458b44524547fb7587d3460c;hb=d169699deebeb7cd144e15ee58bc8032acbd5299;hp=acafe771c71758c61bd622dd19691050f05441b9;hpb=0bb62f25ad9d8f9ff8724572f96e51a898937f0c;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