use full prototypes

This commit is contained in:
rsc 2005-05-07 22:42:14 +00:00
parent bb0266fe61
commit 2b6040818e
11 changed files with 23 additions and 24 deletions

View file

@ -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);