From d153f8fef1befc91eb1a1660108b960f62d6fc73 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 2 Jun 2009 01:29:58 -0500 Subject: [PATCH] presence: Declare MetadataEntry struct. --- include/client.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/client.h b/include/client.h index 9f8709a..3e3fd36 100644 --- a/include/client.h +++ b/include/client.h @@ -120,6 +120,12 @@ struct ZipStats double out_ratio; }; +struct MetadataEntry +{ + char key[NICKLEN+1]; + char value[TOPICLEN]; +}; + struct Client { rb_dlink_node node;