view mcabber/src/parsecfg.h @ 163:a8f7dc0a56cb

[/trunk] Changeset 175 by mikael * Catch SIGCHLD signal (children for external commands).
author mikael
date Mon, 02 May 2005 14:18:55 +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