Hi Frédéric, On 03/17/2011 11:50 AM, Frédéric Danis wrote: > --- > include/emulator.h | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/include/emulator.h b/include/emulator.h > index 701decd..509ec71 100644 > --- a/include/emulator.h > +++ b/include/emulator.h > @@ -101,6 +101,11 @@ enum ofono_emulator_request_type ofono_emulator_request_get_type( > void ofono_emulator_set_indicator(struct ofono_emulator *em, > const char *name, int value); > > +void ofono_emulator_set_network_name(struct ofono_emulator *em, > + const char *name); > + > +void ofono_emulator_set_network_mode(struct ofono_emulator *em, int mode); > + I'd really rather do this inside netreg.c itself. > #ifdef __cplusplus > } > #endif Regards, -Denis