summaryrefslogtreecommitdiff
blob: 4bfe6a3447cf6a9324cf197b88b12244d5585463 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libyahoo2-0.7.2/src/sample_client.c~	2003-09-28 12:40:03.000000000 -0500
+++ libyahoo2-0.7.2/src/sample_client.c	2003-10-04 01:09:54.592275960 -0500
@@ -654,7 +654,7 @@
 }
 
 void ext_yahoo_got_webcam_image(int id, const char *who,
-		unsigned char *image, unsigned int image_size, unsigned int real_size,
+		const unsigned char *image, unsigned int image_size, unsigned int real_size,
 		unsigned int timestamp)
 {
 	static unsigned char *cur_image = NULL;