blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish)
drupal/modules/blogapi/blogapi.module, line 404
function blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish) {
return blogapi_blogger_edit_post('0123456789ABCDEF', $postid, $username, $password, $content, $publish);
}