comparison mcabber/src/commands.h @ 47:7259a61e1a4b

[/trunk] Changeset 63 by mikael * Add commands.[ch] files, to deal with command lines. Move sendmessage() to commands.c * Update Makefile accordingly. * Create a scr_WriteMessage() function, layer between UI and the scr_WriteIncomingMessage() / scr_WriteOutgoingMessage(). (The last one is a new function)
author mikael
date Wed, 06 Apr 2005 10:07:59 +0000
parents
children 9a4aa2797f02
comparison
equal deleted inserted replaced
46:f22e1d120606 47:7259a61e1a4b
1 #ifndef __COMMANDS_H__
2 #define __COMMANDS_H__ 1
3
4 int process_line(char *line);
5
6 #endif /* __COMMANDS_H__ */
7