From f01154c478dd993b0441d63aca5b6f823a88239c 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 9f8709a5..3e3fd360 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;