view mcabber/parsecfg.h @ 7:f616c617e46d

[/trunk] Changeset 22 by mikael * TODO update
author mikael
date Sat, 19 Mar 2005 12:16:06 +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