X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e581ea8e3dc38bf70c836788823d9ce593877cdf..884b5d41c15dd7634285d5d434e42387c436af39:/include/client.h diff --git a/include/client.h b/include/client.h index 0060788a..c7df24d7 100644 --- a/include/client.h +++ b/include/client.h @@ -92,7 +92,6 @@ struct User { rb_dlink_list channel; /* chain of channel pointer blocks */ rb_dlink_list invited; /* chain of invite pointer blocks */ - char *away; /* pointer to away message */ int refcnt; /* Number of times this block is referenced */ char suser[NICKLEN+1]; @@ -614,6 +613,7 @@ extern char *generate_uid(void); void allocate_away(struct Client *); void free_away(struct Client *); +const char *get_metadata(struct Client *, const char *); void set_metadata(struct Client *, const char *, const char *); void delete_metadata(struct Client *, const char *);