File: chain.h

package info (click to toggle)
dangen 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,880 kB
  • ctags: 1,664
  • sloc: ansic: 49,744; sh: 1,021; yacc: 494; makefile: 320; lex: 142
file content (12 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: chain.h,v 1.14 2005/06/30 15:05:14 oohara Exp $ */

#ifndef __DANGEN_CHAIN_H__
#define __DANGEN_CHAIN_H__

#include "tenm_object.h"

void clear_chain(void);
int get_chain(void);
int add_chain(tenm_object *my, tenm_object *your);

#endif /* not __DANGEN_CHAIN_H__ */