00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020
00021 #ifndef BLOCKPATH_H
00022 #define BLOCKPATH_H
00023
00024 #include <circular.h>
00025
00026 extern nodelist_t *layout_block(Agraph_t * g, block_t * sn, double);
00027 extern int cmpNodeDegree(Dt_t *, Agnode_t **, Agnode_t **, Dtdisc_t *);
00028
00029 #ifdef DEBUG
00030 extern void prTree(Agraph_t * g);
00031 #endif
00032
00033 #endif
00034
00035 #ifdef __cplusplus
00036 }
00037 #endif