view mcabber/parsecfg.h @ 10:3489a75cb115

[/trunk] Changeset 25 by mikael * Display buddies status in the roaster window * Do not display title for Status/Chat window
author mikael
date Sun, 20 Mar 2005 22:36:00 +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