diff options
author | rsc <devnull@localhost> | 2005-05-07 22:42:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-07 22:42:14 +0000 |
commit | 2b6040818e35d57357226212c356ce370c5b5dd0 (patch) | |
tree | a08c0b51770e99dbc80a768f88d6682838c2d77f /src/libhtml | |
parent | bb0266fe6137ecd81eea1c74e34723c5a1bc4caf (diff) | |
download | plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.gz plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.bz2 plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.zip |
use full prototypes
Diffstat (limited to 'src/libhtml')
-rw-r--r-- | src/libhtml/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhtml/lex.c b/src/libhtml/lex.c index 9a47dde8..0755ac34 100644 --- a/src/libhtml/lex.c +++ b/src/libhtml/lex.c @@ -416,7 +416,7 @@ static int winchars[]= { 8226, // 8226 is a bullet static StringInt* tagtable; // initialized from tagnames static StringInt* attrtable; // initialized from attrnames -static void lexinit(); +static void lexinit(void); static int getplaindata(TokenSource* ts, Token* a, int* pai); static int getdata(TokenSource* ts, int firstc, int starti, Token* a, int* pai); static int getscriptdata(TokenSource* ts, int firstc, int starti, Token* a, int* pai); |