Rev 8251 | Rev 15509 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8251 | Rev 8342 | ||
---|---|---|---|
Line 150... | Line 150... | ||
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; |
155 | void |
155 | void wlogdaccessfile(char *content, char *type, char *s,...); |
156 | int call_ssh(int wait,char *s,...); |
156 | int call_ssh(int wait,char *s,...); |
157 | int call_sh(int wait,char *s,...); |
157 | int call_sh(int wait,char *s,...); |
158 | extern int exec_wait; |
158 | extern int exec_wait; |