view mcabber/src/commands.h @ 101:4f3ad00b5187

[/trunk] Changeset 115 by mikael * Remove trailing spaces in commands * Fix a bug in last change related to completion (didn't compile)
author mikael
date Thu, 21 Apr 2005 17:31:28 +0000
parents 8b2703ccc4be
children 2b4cc6bc5bf2
line wrap: on
line source

#ifndef __COMMANDS_H__
#define __COMMANDS_H__ 1

#include <glib.h>

void cmd_init(void);
int  process_line(char *line);

#endif /* __COMMANDS_H__ */