mcabber/src/help.h
changeset 868 cefdaeb42e67
child 1205 2de8f8ba1f34
equal deleted inserted replaced
867:7f056c566569 868:cefdaeb42e67
       
     1 #ifndef __HELP_H__
       
     2 #define __HELP_H__ 1
       
     3 
       
     4 int help_process(char *string);
       
     5 
       
     6 #endif /* __HELP_H__ */
       
     7