Revision 30201d1ce7017cafffa5de4bf0bea134d3ce5936 authored by Dan Malec on 17 October 2020, 18:08:38 UTC, committed by Dan Malec on 17 October 2020, 18:08:38 UTC
1 parent 3b967a8
Raw File
obj.h
NODE *getInheritedProcWithParent(NODE *name, NODE *obj, NODE **parent);
NODE *getInheritedProcWithParentList(NODE *name,
                                     NODE *parentList, NODE **parent);
NODE *getInheritedProc(NODE *name, NODE *obj);
back to top