view mcabber/parsecfg.h @ 21:7eeda3a06b21

[/trunk] Changeset 36 by mikael * Translations, cleanups.
author mikael
date Sun, 27 Mar 2005 18:52:11 +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