mcabber/src/help.h
author Mikael Berthe <mikael@lilotux.net>
Fri, 29 Sep 2006 21:50:28 +0200
changeset 968 d3bfa9e9d88c
parent 868 cefdaeb42e67
child 1205 2de8f8ba1f34
permissions -rw-r--r--
Use split_arg() in do_roster()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
868
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
#ifndef __HELP_H__
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
#define __HELP_H__ 1
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
int help_process(char *string);
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
#endif /* __HELP_H__ */
cefdaeb42e67 Add online /help command
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7