mcabber/src/help.h
author Mikael Berthe <mikael@lilotux.net>
Wed, 04 Apr 2007 22:03:49 +0200
changeset 1176 547a8ca7c1a8
parent 868 cefdaeb42e67
child 1205 2de8f8ba1f34
permissions -rw-r--r--
Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */