From: Lucas De Marchi Date: Wed, 26 Jan 2011 16:17:00 +0000 (-0200) Subject: include: don't use c++ keyword in public header X-Git-Tag: 0.40~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd96534a810b01bc184ece26199eb99c5425aadd;p=platform%2Fupstream%2Fofono.git include: don't use c++ keyword in public header --- diff --git a/include/sim.h b/include/sim.h index 81df60e..5e3ba5b 100644 --- a/include/sim.h +++ b/include/sim.h @@ -154,7 +154,7 @@ struct ofono_sim_driver { ofono_sim_lock_unlock_cb_t cb, void *data); void (*change_passwd)(struct ofono_sim *sim, enum ofono_sim_password_type type, - const char *old, const char *new, + const char *old_passwd, const char *new_passwd, ofono_sim_lock_unlock_cb_t cb, void *data); void (*lock)(struct ofono_sim *sim, enum ofono_sim_password_type type, int enable, const char *passwd,