00001 #ifndef __CLEANUPWHIRL_H__ 00002 #define __CLEANUPWHIRL_H__ 00003 00004 #include "pu_info.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif /* __cplusplus */ 00009 // need to have C linkage for this 00010 00011 void cleanUpPUInfoTree(PU_Info* aPUInfoTree_p); 00012 00013 #ifdef __cplusplus 00014 } 00015 #endif /* __cplusplus */ 00016 00017 #endif
1.7.1