view mcabber/src/help.h @ 999:9687ecc59303

Redo chat states detection if we receive a message error packet from a contact If we've sent a JEP85 discovery notification and we receive an error packet, make sure we'll send another notification with the next message.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Nov 2006 22:06:37 +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__ */