summaryrefslogtreecommitdiff
path: root/include/asterisk/ilbc.h
blob: 2534367cda340d1490c22fbb57ff5817118c9388 (plain)
1
2
3
4
5
6
7
8
#ifndef _AST_FORMAT_ILBC_H_
#define _AST_FORMAT_ILBC_H_

struct ilbc_attr {
	unsigned int mode;
};

#endif /* _AST_FORMAT_ILBC_H */