1 /* $Id: chain.h,v 1.14 2005/06/30 15:05:14 oohara Exp $ */
2 
3 #ifndef __DANGEN_CHAIN_H__
4 #define __DANGEN_CHAIN_H__
5 
6 #include "tenm_object.h"
7 
8 void clear_chain(void);
9 int get_chain(void);
10 int add_chain(tenm_object *my, tenm_object *your);
11 
12 #endif /* not __DANGEN_CHAIN_H__ */
13