diff options
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.89 2003/02/06 17:15:13 ukai Exp $ */ +/* $Id: proto.h,v 1.90 2003/02/06 17:21:44 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -306,11 +306,10 @@ extern int columnLen(Line *line, int column); extern Line *lineSkip(Buffer *buf, Line *line, int offset, int last); extern Line *currentLineSkip(Buffer *buf, Line *line, int offset, int last); extern int gethtmlcmd(char **s); -extern Str checkType(Str s, Lineprop **oprop -#ifdef USE_ANSI_COLOR - , Linecolor **ocolor +#ifndef USE_ANSI_COLOR +#define checkType(a,b,c) _checkType(a,b) #endif - ); +extern Str checkType(Str s, Lineprop **oprop, Linecolor **ocolor); extern int calcPosition(char *l, Lineprop *pr, int len, int pos, int bpos, int mode); extern char *lastFileName(char *path); |