mcabber/src/help.h
author Mikael Berthe <mikael@lilotux.net>
Sat, 30 Sep 2006 22:42:32 +0200
changeset 974 36f7753dfb59
parent 868 cefdaeb42e67
child 1205 2de8f8ba1f34
permissions -rw-r--r--
Add /roster item_{lock,unlock} These commands allow us to lock a contact so it stays visible in the roster when hide_offline_buddies is set.

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */