Mercurial > vim
annotate src/if_sniff.h @ 232:41e7594cac8b
updated for version 7.0065
author | vimboss |
---|---|
date | Mon, 28 Mar 2005 20:49:18 +0000 |
parents | 3fc0f57ecb91 |
children | 7c8c7c95a865 |
rev | line source |
---|---|
7 | 1 /* |
2 * if_sniff.h Interface between Vim and SNiFF+ | |
3 * | |
4 * $Id$ | |
5 */ | |
6 | |
7 #ifndef __if_sniff_h__ | |
8 #define __if_sniff_h__ | |
9 | |
10 extern int want_sniff_request; | |
11 extern int sniff_request_waiting; | |
12 extern int sniff_connected; | |
13 extern int fd_from_sniff; | |
14 extern void sniff_disconnect __ARGS((int immediately)); | |
15 extern void ProcessSniffRequests __ARGS((void)); | |
16 extern void ex_sniff __ARGS((exarg_T *eap)); | |
17 | |
18 #endif |