]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
Add help extban.
[irc/rqf/shadowircd.git] / include / client.h
index 07cf7165ce0d12ebeff1c0325087a22bbbc74a91..b70e0d0083c1a613648776e071d50c281a2a8085 100644 (file)
@@ -313,12 +313,6 @@ struct ListClient
         */
 };
 
-struct Metadata
-{
-       const char *name;
-       const char *value;
-};
-
 /*
  * status macros.
  */
@@ -624,5 +618,6 @@ void free_away(struct Client *);
 extern struct Metadata *user_metadata_add(struct Client *target, const char *name, const char *value, int propegate);
 extern void user_metadata_delete(struct Client *target, const char *name, int propegate);
 extern struct Metadata *user_metadata_find(struct Client *target, const char *name);
+extern void user_metadata_clear(struct Client *target);
 
 #endif /* INCLUDED_client_h */