Asterisk - The Open Source Telephony Project
18.5.0
codecs
gsm
src
gsm_destroy.c
Go to the documentation of this file.
1
/*
2
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
3
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
4
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
5
*/
6
7
/* $Header$ */
8
9
#include "
gsm.h
"
10
#include "
config.h
"
11
#include "
proto.h
"
12
13
#ifdef HAS_STDLIB_H
14
# include <stdlib.h>
15
#else
16
# ifdef HAS_MALLOC_H
17
# include <malloc.h>
18
# else
19
extern
void
free
();
20
# endif
21
#endif
22
23
void
gsm_destroy
P1
((
S
),
gsm
S
)
24
{
25
free
((
char
*)S);
26
}
S
#define S(e)
config.h
Configuration File Parser.
free
void free()
gsm.h
proto.h
P1
void gsm_destroy P1((S), gsm S)
Definition:
gsm_destroy.c:23
gsm_state
Definition:
codecs/gsm/inc/private.h:18
Generated on Sun Aug 8 2021 19:43:47 for Asterisk - The Open Source Telephony Project by
1.8.13