Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
9cd5f27a31d9b67b7f9ec637d0405e77bf2ef2bd
/
.
/
sys
/
xml.h
blob: e630638856e194299b328ee235d5a522405ab2c5 [
file
] [
log
] [
blame
]
#ifndef
XML_H__
#define
XML_H__
1
#define
XML_TAG_NAME
0
/* Name of the current tag */
#define
XML_TAG_ATTRIBUTES
1
/* Atttributes of the current tag */
#define
XML_TAG_CONTENTS
2
/* Contents of the current tag */
#define
XML_TAG_SIZE
3
#endif