view mcabber/parsecfg.h @ 14:c87d8adc9100

[/trunk] Changeset 29 by mikael * Update pending message indicator in real time.
author mikael
date Wed, 23 Mar 2005 21:13:22 +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