X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/fb87421d0e13c6e62a7c7a62a597e3b53ef772ed..07b7b659c16665ce33b058d1a06a7a420850ceb9:/include/client.h diff --git a/include/client.h b/include/client.h index 07cf716..576f7b3 100644 --- a/include/client.h +++ b/include/client.h @@ -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 */