Rev 8185 | Rev 8251 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 8195 | ||
---|---|---|---|
Line 144... | Line 144... | ||
144 | char *datafile_fnd_record(char *p, int n, char bf[]); |
144 | char *datafile_fnd_record(char *p, int n, char bf[]); |
145 | int ftest(char *fname); |
145 | int ftest(char *fname); |
146 | enum{is_file, is_dir, is_exec, is_fifo, is_socket, is_unknown}; |
146 | enum{is_file, is_dir, is_exec, is_fifo, is_socket, is_unknown}; |
147 | 147 | ||
148 | /* from wimslogdlines.c */ |
148 | /* from wimslogdlines.c */ |
149 | void |
149 | void wimslogd_error(char *msg); |
150 | extern int commsock, answerlen, debugging; |
150 | extern int commsock, answerlen, debugging; |
151 | extern char commbuf[BUFFERLEN+1]; |
151 | extern char commbuf[BUFFERLEN+1]; |
152 | #define textbuf (commbuf+sizeof(int)) |
152 | #define textbuf (commbuf+sizeof(int)) |
153 | void debug(char *p,...); |
153 | void debug(char *p,...); |
154 | extern char *textptr; |
154 | extern char *textptr; |