summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/nokia/dct3/dct3comm.h
blob: 0b3e42e3904f15576dd4457c82890b2400122fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* (c) 2002-2003 by Marcin Wiacek */

#ifndef phone_nokia_dct3common_h
#define phone_nokia_dct3common_h

typedef struct {
	int 	Locations[4];
	int	CurrentLocation;
	int	ID;
} DCT3_WAPSettings_Locations;

#endif

/* How should editor hadle tabs in this file? Add editor commands here.
 * vim: noexpandtab sw=8 ts=8 sts=8:
 */