presence: Declare MetadataEntry struct.

This commit is contained in:
William Pitcock 2009-06-02 01:29:58 -05:00
parent dd7eb3ffaa
commit d153f8fef1
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,12 @@ struct ZipStats
double out_ratio;
};
struct MetadataEntry
{
char key[NICKLEN+1];
char value[TOPICLEN];
};
struct Client
{
rb_dlink_node node;