summary refs log blame commit diff stats
path: root/plugins/fishlim/fishlim.def
blob: 6ce04e988501a7ad250d3665928ee11eacb6e4e9 (plain) (tree)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-01-08 15:05:37 +0000
e, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _H_XCHAT_H #define _H_XCHAT_H void xchat_exec (char *); char *xchat_strip_color (char *); void xchat_parse (char *); struct _xchat_context *xchat_find_server (int); void xchat_globally_away (TCHAR *); void xchat_away (TCHAR *); void xchat_globally_back (); void xchat_back (); HMENU setServerMenu (); #endif