File: pcapy.h

package info (click to toggle)
pcapy 0.10.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 404 kB
  • ctags: 231
  • sloc: xml: 868; cpp: 829; python: 77; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2003 CORE Security Technologies
 *
 * This software is provided under under a slightly modified version
 * of the Apache Software License. See the accompanying LICENSE file
 * for more information.
 *
 * $Id: pcapy.h,v 1.2 2003/10/23 20:00:53 jkohen Exp $
 */

#ifndef __PCAPY_H__


extern "C" {
#ifdef WIN32
__declspec(dllexport)
#endif
void initpcapy(void);
}

// exception object
extern PyObject* PcapError;

#endif // __PCAPY_H__