summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-25 22:10:28 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-08-25 22:10:28 +0800
commite875c2f1e0619e74518aa9859e9ccb0055d021f9 (patch)
tree24a75557d48647479dd68fa045c76bb8b04c6e95
parent31f78a5a7cd57f6bd18e31e0858ed515703a8174 (diff)
wrapper: fixed prototype of send_read
-rw-r--r--wrapper/ppswrapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wrapper/ppswrapper.h b/wrapper/ppswrapper.h
index 89113b9..0540222 100644
--- a/wrapper/ppswrapper.h
+++ b/wrapper/ppswrapper.h
@@ -245,9 +245,9 @@ int ppsw_client_send_seek(ppsw_t* super, int fd,
ppsvod_iteminfo *ppsw_client_send_get_item_info(ppsw_t* super,
int fd);
-int ppsw_send_read(ppsw_t* super, int fd, char *buffer,
- unsigned int length, unsigned int position,
- struct timeval *wait_time);
+int ppsw_client_send_read(ppsw_t* super, int fd, char *buffer,
+ unsigned int length, unsigned int position,
+ struct timeval *wait_time);
int ppsw_client_send_drop_read(ppsw_t* super,
int fd);