view mcabber/parsecfg.h @ 23:d7107507424b

[/trunk] Changeset 39 by mikael * Update TODO
author mikael
date Sun, 27 Mar 2005 20:09:05 +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