mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-04 04:01:56 +00:00
8 lines
131 B
C
8 lines
131 B
C
|
|
#ifndef _AST_FORMAT_ILBC_H_
|
||
|
|
#define _AST_FORMAT_ILBC_H_
|
||
|
|
|
||
|
|
struct ilbc_attr {
|
||
|
|
unsigned int mode;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif /* _AST_FORMAT_ILBC_H */
|