view mcabber/src/commands.h @ 94:9a4aa2797f02

[/trunk] Changeset 108 by mikael * Add completion functions. (Not integrated to the UI yet)
author mikael
date Tue, 19 Apr 2005 20:09:54 +0000
parents 7259a61e1a4b
children 8b2703ccc4be
line wrap: on
line source

#ifndef __COMMANDS_H__
#define __COMMANDS_H__ 1

#include <glib.h>

int process_line(char *line);

#endif /* __COMMANDS_H__ */