view mcabber/parsecfg.h @ 0:b3b2332715fb

Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
author tailor@frmp8452
date Thu, 30 Jun 2005 21:39:31 +0000
parents
children
line wrap: on
line source

#ifndef __PARSECFG_H__
#define __PARSECFG_H__ 1

int cfg_file(char *filename);
char *cfg_read(char *key);

#endif