annotate mcabber/parsecfg.h @ 11:b8815158a45d

[/trunk] Changeset 26 by mikael * Solve some display problems by introducing "force_show" parameter in the scr_WriteInWindow() function. (Ugly, yes...) * Do not display title for Status/Chat window
author mikael
date Sun, 20 Mar 2005 22:40:56 +0000
parents b3b2332715fb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
1 #ifndef __PARSECFG_H__
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2 #define __PARSECFG_H__ 1
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
3
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4 int cfg_file(char *filename);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
5 char *cfg_read(char *key);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
6
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7 #endif