view mcabber/src/parsecfg.h @ 70:5b1249ce812d

[/trunk] Changeset 84 by mikael * Add an option in config file to enable SSL
author mikael
date Tue, 12 Apr 2005 16:17:31 +0000
parents e88b15cbf2de
children 7604e3cdbb86
line wrap: on
line source

#ifndef __PARSECFG_H__
#define __PARSECFG_H__ 1

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

#endif