git-svn-id: http://xe-core.googlecode.com/svn/trunk@929 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 07:28:11 +00:00
parent 97cc64a9dc
commit 5460c0a765
5 changed files with 51 additions and 0 deletions

View file

@ -488,5 +488,25 @@
$output = executeQuery('member.getMessage',$args);
return $output->data;
}
/**
* @brief 쪽지 목록 가져오기
**/
function getMessages($type = "R") {
}
/**
* @brief 친구 목록 가져오기
**/
function getFriends($friends_group_srl = 0) {
}
/**
* @brief 그룹 목록 가져오기
**/
function getFriendsGroups() {
}
}
?>