src/cx/list.h

changeset 628
1e2be40f0cb5
parent 621
646e38efc7bc
child 629
6c81ee4f11ad
equal deleted inserted replaced
627:cc8cbabd27cd 628:1e2be40f0cb5
417 */ 417 */
418 __attribute__((__nonnull__)) 418 __attribute__((__nonnull__))
419 void cxListDestroy(CxList *list); 419 void cxListDestroy(CxList *list);
420 420
421 #ifdef __cplusplus 421 #ifdef __cplusplus
422 } /* extern "C" */ 422 } // extern "C"
423 #endif 423 #endif
424 424
425 #endif /* UCX_LIST_H */ 425 #endif // UCX_LIST_H

mercurial