/bluez/btsdp.h
http://pybluez.googlecode.com/ · C++ Header · 18 lines · 11 code · 5 blank · 2 comment · 0 complexity · 71fe47989cd382ab5e170bb0a81a6090 MD5 · raw file
- #ifndef __pybluez_sdp_h__
- #define __pybluez_sdp_h__
- #include <bluetooth/sdp.h>
- #include <bluetooth/sdp_lib.h>
- typedef struct {
- PyObject_HEAD
- sdp_session_t *session;
- PyObject *(*errorhandler)(void); /* Error handler; checks
- errno, returns NULL and
- sets a Python exception */
- } PySDPSessionObject;
- extern PyTypeObject sdp_session_type;
- #endif