File: util.h

package info (click to toggle)
pybluez 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 524 kB
  • ctags: 776
  • sloc: ansic: 4,226; python: 2,175; cpp: 1,861; makefile: 46
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#pragma once

#include <windows.h>

namespace PyWidcomm {

int str2uuid( const char *uuid_str, GUID *uuid);

};