view mcabber/src/help.h @ 1017:41f9a2a4c1de

Only update server private storage data if they've changed We do not want to call send_storage_bookmarks() and send_storage_rosternotes() when the data haven't been updated.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 15 Nov 2006 19:23:40 +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__ */