Sign in
chromium
/
chromiumos
/
platform2
/
bd91f3304cf7f08ea8639827d3354e62986525ee
/
.
/
cromo
/
cromo.ver
blob: 2a58a26003326f63f5c9c97d5e23abad334770bf [
file
] [
log
] [
blame
]
# Export all the symbols needed by cromo plugins. The
# cromo program dynamically loads them, so we need to
# make our own symbols exported.
{
extern
"C++"
{
CromoServer
::*;
HookTable
::*;
ModemHandler
::*;
utilities
::*;
cromo
::*;
};
};