comparison stream/stream_file.c @ 25211:c1d17bd6683c

Mark all stream_info_t as const
author reimar
date Sun, 02 Dec 2007 13:22:53 +0000
parents d261f5109660
children 371a40dcc1cc
comparison
equal deleted inserted replaced
25210:92204ff32b27 25211:c1d17bd6683c
173 173
174 m_struct_free(&stream_opts,opts); 174 m_struct_free(&stream_opts,opts);
175 return STREAM_OK; 175 return STREAM_OK;
176 } 176 }
177 177
178 stream_info_t stream_info_file = { 178 const stream_info_t stream_info_file = {
179 "File", 179 "File",
180 "file", 180 "file",
181 "Albeu", 181 "Albeu",
182 "based on the code from ??? (probably Arpi)", 182 "based on the code from ??? (probably Arpi)",
183 open_f, 183 open_f,