Mercurial > hg > RemoteEditor > vim7
comparison src/if_sniff.h @ 0:76efa0be13f1
Initial revision
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 15:07:22 +0900 |
parents | |
children | e170173ecb68 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:76efa0be13f1 |
---|---|
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 |