]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/ircd.h
Branch Merge
[irc/rqf/shadowircd.git] / include / ircd.h
index 2ad4963b8ab23032c063c8bbce965775a77ab1a3..ac332c840457b84e559f5c6e164ac278e8eb54a7 100644 (file)
@@ -47,6 +47,13 @@ struct SetOptions
        char adminstring[REALLEN];
 };
 
+struct Metadata
+{
+       const char *name;
+       const char *value;
+       time_t timevalue;
+};
+
 struct Counter
 {
        int oper;               /* Opers */