Gammu internals  1.38.0
irda.h
Go to the documentation of this file.
1 
2 #ifndef DJGPP
3 #ifndef unixirda_h
4 #define unixirda_h
5 
6 #ifndef WIN32
7 # include "irda_unx.h"
8 #else
9 # include "irda_w32.h"
10 #endif
11 
12 typedef struct {
13 #ifdef WIN32
14  SOCKET hPhone;
15 #else
16  int hPhone;
17 #endif
18  struct sockaddr_irda peer;
20 
21 #endif
22 #endif
23 
24 /* How should editor hadle tabs in this file? Add editor commands here.
25  * vim: noexpandtab sw=8 ts=8 sts=8:
26  */