GNOME Bugzilla – Bug 239173
camel_mime_part_get_encoding declaration should be same
Last modified: 2003-03-06 15:25:55 UTC
Not same declaration of function in ~/evolution/camel/camel-mime-part.c and ~/evolution/camel/camel-mime-part.h to function camel_mime_part_get_encoding. One is with 'const' keyword, the other is no 'const' keyword. They should be same. Give a fix here: ~/evolution/camel/camel-mime-part.h add 'const' word before camel_mime_part_get_encoding decleration. We will add this patch soon.
fixed in CVS