view mcabber/src/parsecfg.h @ 123:1bdf882bed98

[/trunk] Changeset 136 by mikael * Fix a display problem when there is only one buddy connected and hide_offline is set and this buddy goes offline.
author mikael
date Tue, 26 Apr 2005 10:11:57 +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