view mcabber/src/help.h @ 1091:10f9d6fcfeab

JEP85: Reset composing/paused state when a resource with higher prio comes up When sending an "active" status, we send it to all resources which have been sent another status.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Dec 2006 22:08:05 +0100
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */