summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-26 14:17:00 -0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-26 18:23:13 +0100
commitdd96534a810b01bc184ece26199eb99c5425aadd (patch)
tree6867eb8bdbb080f595c343ac310fdc8a263fe229 /include/sim.h
parent87494fb940bf3c8fe2641014f86e8e133a3dcf27 (diff)
downloadofono-dd96534a810b01bc184ece26199eb99c5425aadd.tar.bz2
include: don't use c++ keyword in public header
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sim.h b/include/sim.h
index 81df60e6..5e3ba5ba 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,