diff --git a/gnoemoe/mcp/gm-mcp-icecrew-playerdb.h b/gnoemoe/mcp/gm-mcp-icecrew-playerdb.h index 80ae4f8..b9fac93 100644 --- a/gnoemoe/mcp/gm-mcp-icecrew-playerdb.h +++ b/gnoemoe/mcp/gm-mcp-icecrew-playerdb.h @@ -64,6 +64,9 @@ typedef void (*PlayerdbFindFunc) (GmPlayerdbPlayerInfo *, gpointer user_data); GType gm_mcp_icecrew_playerdb_get_type(void) G_GNUC_CONST; GmMcpIcecrewPlayerdb *gm_mcp_icecrew_playerdb_new(void); +GmPlayerdbPlayerInfo *gm_mcp_icecrew_playerdb_find( + GmMcpIcecrewPlayerdb *package, gint id); + gchar const *gm_playerdb_player_info_get_prop(GmPlayerdbPlayerInfo *ppi, gchar const *key); void gm_mcp_icecrew_playerdb_find_players_with(GmMcpIcecrewPlayerdb *package,