view mcabber/parsecfg.h @ 2:63acb2dcaeea

[/trunk] Changeset 17 by mikael * Quite a lot of change: the input bar is now usable. Can use /quit command and send messages.
author mikael
date Thu, 17 Mar 2005 21:30:14 +0000
parents b3b2332715fb
children
line wrap: on
line source

#ifndef __PARSECFG_H__
#define __PARSECFG_H__ 1

int cfg_file(char *filename);
char *cfg_read(char *key);

#endif