view mcabber/src/help.h @ 1409:754626d32c54

Added signature for changeset dd565420a1f6002b371c0fb5a7c52118253e91f5
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Jan 2008 12:00:54 +0100
parents 2de8f8ba1f34
children
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */