]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/ircd.h
Branch Merge
[irc/rqf/shadowircd.git] / include / ircd.h
index c600f5c2a59a2362b8cbfbe102034fbad1aee070..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 */
@@ -80,7 +87,6 @@ extern struct Client me;
 extern rb_dlink_list global_client_list;
 extern struct Client *local[];
 extern struct Counter Count;
-extern struct timeval SystemTime;
 extern int default_server_capabs;
 
 extern time_t startup_time;