00001 /** \file root.h 00002 * \brief Root Sets. 00003 */ 00004 #ifndef tm_ROOT_H 00005 #define tm_ROOT_H 00006 00007 int tm_root_add(const char *name, const void *l, const void *h); 00008 void tm_root_remove(const char * name, const void *l, const void *h); 00009 00010 int tm_ptr_is_in_root_set(const void *ptr); 00011 00012 #endif