mirror of
https://github.com/zeldaret/tp
synced 2026-09-09 03:50:33 -04:00
remove functions.h
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "global.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
int cLsIt_Method(node_list_class* pList, cNdIt_MethodFunc pMethod, void* pUserData) {
|
||||
if (pList->mSize > 0)
|
||||
return cNdIt_Method(pList->mpHead, pMethod, pUserData);
|
||||
|
||||
Reference in New Issue
Block a user