view mcabber/src/help.h @ 894:f76b32ff2f14

done_completion(): free all allocated memory Free the completion list when a completion is done.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 02 Jun 2006 19:13:00 +0200
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */