comparison src/mediastreamer/msread.h @ 12029:1c771536a032

[gaim-migrate @ 14322] This _compiles_ for me now. Theres still a bunch of "dereferencing type-punned pointer will break strict-aliasing rules" warning and some redefinition warnings from the various config.h's. The deferencing warnings look like a BE<->LE hack but I left them untouched for the time being. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Wed, 09 Nov 2005 09:57:33 +0000
parents e67993da8a22
children
comparison
equal deleted inserted replaced
12028:b0ad08e1d492 12029:1c771536a032
64 MSFilter * ms_read_new(char *name); 64 MSFilter * ms_read_new(char *name);
65 /* set the granularity for reading file on disk */ 65 /* set the granularity for reading file on disk */
66 #define ms_read_set_bufsize(filter,sz) (filter)->gran=(sz) 66 #define ms_read_set_bufsize(filter,sz) (filter)->gran=(sz)
67 67
68 /* FOR INTERNAL USE*/ 68 /* FOR INTERNAL USE*/
69 gint ms_read_open(MSRead *r, gchar *name);
69 void ms_read_init(MSRead *r); 70 void ms_read_init(MSRead *r);
70 void ms_read_class_init(MSReadClass *klass); 71 void ms_read_class_init(MSReadClass *klass);
71 void ms_read_destroy( MSRead *obj); 72 void ms_read_destroy( MSRead *obj);
72 void ms_read_process(MSRead *r); 73 void ms_read_process(MSRead *r);
73 void ms_read_setup(MSRead *r, MSSync *sync); 74 void ms_read_setup(MSRead *r, MSSync *sync);