diff mc-parse.h @ 487:b4d9809d6ee2

type attribute (half done)
author kono
date Fri, 16 Dec 2005 20:27:34 +0900
parents 214272c8f2da
children 62f3c801b6ac
line wrap: on
line diff
--- a/mc-parse.h	Fri Dec 16 13:00:01 2005 +0900
+++ b/mc-parse.h	Fri Dec 16 20:27:34 2005 +0900
@@ -117,6 +117,11 @@
 extern int has_attr(NMTBL *n,int attr);
 extern int attr_value(NMTBL *n,int attr);
 extern void set_attr(NMTBL *n,int attr,int value);
+extern int set_type_attr(int type,int attr);
+extern int get_type_attr(int type);
+extern int type_value(int type);
+extern int set_type_with_attr(int type,int type_with_attr);
+
 
 #if LONGLONG_CODE
 extern int llist2(int e1, long long d1);