blogapi_metaweblog_get_post($postid, $username, $password)
blogapi/blogapi.module, line 351
<?php
function blogapi_metaweblog_get_post($postid, $username, $password) {
return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}
?>