summaryrefslogtreecommitdiff
path: root/mk/win32/static.c
blob: 9fd143e434519a7331c2b98406c20de9c832f647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* static.c - manually updated */
#include <re_types.h>
#include <re_mod.h>

extern const struct mod_export exports_cons;
extern const struct mod_export exports_g711;
extern const struct mod_export exports_winwave;

const struct mod_export *mod_table[] = {
	&exports_cons,
	&exports_g711,
	&exports_winwave,
	NULL
};