Gammu internals  1.38.0
gsmpbk.h
Go to the documentation of this file.
1 /* (c) 2001-2005 by Marcin Wiacek and Michal Cihar */
2 
3 #ifndef __gsm_pbk_h
4 #define __gsm_pbk_h
5 
6 #include <stdlib.h>
7 
8 #include <gammu-memory.h>
9 
10 #include "../misc/coding/coding.h"
11 
12 void GSM_TweakInternationalNumber(unsigned char *Number, const GSM_NumberType numType);
13 
14 #endif
15 
16 /* How should editor hadle tabs in this file? Add editor commands here.
17  * vim: noexpandtab sw=8 ts=8 sts=8:
18  */
void GSM_TweakInternationalNumber(unsigned char *Number, const GSM_NumberType numType)
Definition: gsmpbk.c:620
GSM_NumberType
Definition: coding.h:81