view mcabber/src/parsecfg.h @ 142:bb6fe91589b9

[/trunk] Changeset 154 by mikael * Improve cursor/panel handling. * Add a note to the TODO about this, we should try to set up a policy...
author mikael
date Fri, 29 Apr 2005 05:53:24 +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