diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-06-02 20:44:11 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-06-02 20:44:11 -0400 |
commit | 519c2333fe3cb89fd34236753a09b4b2f60cbce1 (patch) | |
tree | 6ad04fb44ddc2f3651693d1453fb3d30681b52a5 /src/LYReadCFG.h | |
parent | 43b53f58808f6681e864f35999d749922eec7868 (diff) | |
download | lynx-snapshots-519c2333fe3cb89fd34236753a09b4b2f60cbce1.tar.gz |
snapshot of project "lynx", label v2-8-8dev_15h
Diffstat (limited to 'src/LYReadCFG.h')
-rw-r--r-- | src/LYReadCFG.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.h b/src/LYReadCFG.h index 94928e80..9ddd9ce4 100644 --- a/src/LYReadCFG.h +++ b/src/LYReadCFG.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.h,v 1.27 2012/08/13 00:09:50 tom Exp $ + * $LynxId: LYReadCFG.h,v 1.28 2013/05/30 09:32:16 tom Exp $ */ #ifndef LYREADCFG_H #define LYREADCFG_H @@ -46,6 +46,7 @@ extern "C" { extern int check_color(const char *color, int the_default); extern const char *lookup_color(int code); + extern void update_default_colors(void); #endif extern void read_cfg(const char *cfg_filename, |