view mcabber/src/parsecfg.h @ 180:42a33611233b

[/trunk] Changeset 192 by mikael * Improve history stuff: load buddy buffer even when not sending/receiving a message.
author mikael
date Thu, 05 May 2005 12:44:32 +0000
parents e88b15cbf2de
children 7604e3cdbb86
line wrap: on
line source

#ifndef __PARSECFG_H__
#define __PARSECFG_H__ 1

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

#endif