]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
6.0 is officially feature complete.
[irc/rqf/shadowircd.git] / include / client.h
index 07cf7165ce0d12ebeff1c0325087a22bbbc74a91..576f7b3863070eed0ddd13d1a00fddffa86692c3 100644 (file)
@@ -624,5 +624,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 */