0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 14:48:56 +02:00

presence: Declare MetadataEntry struct.

This commit is contained in:
William Pitcock 2009-06-02 01:29:58 -05:00
parent 0d3b24f9cf
commit f01154c478

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;