diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-02 02:01:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-02 02:01:19 -0500 |
commit | dfae7cc51e19e1ca4aa857bf858e7e0ad4fa9ce1 (patch) | |
tree | b60b22b24df118d09bfa7b7e908a6ed74e165d7d /src/LYStyle.h | |
parent | 1928ffc4107112416223241f38b9c89f1620503f (diff) | |
download | lynx-snapshots-dfae7cc51e19e1ca4aa857bf858e7e0ad4fa9ce1.tar.gz |
snapshot of project "lynx", label v2-8-7dev_12a
Diffstat (limited to 'src/LYStyle.h')
-rw-r--r-- | src/LYStyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYStyle.h b/src/LYStyle.h index d1cf9db1..93ff1193 100644 --- a/src/LYStyle.h +++ b/src/LYStyle.h @@ -1,4 +1,4 @@ -/* $LynxId: LYStyle.h,v 1.15 2007/07/23 19:21:54 tom Exp $ */ +/* $LynxId: LYStyle.h,v 1.16 2009/01/01 23:06:08 tom Exp $ */ #ifndef LYSTYLE_H #define LYSTYLE_H @@ -59,7 +59,7 @@ extern "C" { * during last invokation of TrimColorClass. */ extern void FastTrimColorClass(const char *tag_name, - int name_len, + unsigned name_len, char *stylename, char **pstylename_end, int *hcode); |