comparison libpurple/protocols/silc/util.c @ 17811:9a96d8711303

We now depend on SILC Toolkit 1.1 for this copy of this prpl so we can lose a whole bunch of "#ifdef SILC_ATTRIBUTE_USER_ICON" and "#ifdef HAVE_SILCMIME_H" because they will always be true
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 01:54:40 +0000
parents 980a104267da
children 16bdcffb1c62
comparison
equal deleted inserted replaced
17810:d74d716f814d 17811:9a96d8711303
612 geo.latitude ? geo.latitude : "", 612 geo.latitude ? geo.latitude : "",
613 geo.altitude ? geo.altitude : "", 613 geo.altitude ? geo.altitude : "",
614 geo.accuracy ? geo.accuracy : ""); 614 geo.accuracy ? geo.accuracy : "");
615 } 615 }
616 616
617 #ifdef HAVE_SILCMIME_H
618 /* Returns MIME type of filetype */ 617 /* Returns MIME type of filetype */
619 618
620 char *silcpurple_file2mime(const char *filename) 619 char *silcpurple_file2mime(const char *filename)
621 { 620 {
622 const char *ct; 621 const char *ct;
770 /* Added multiparts gets freed here */ 769 /* Added multiparts gets freed here */
771 silc_mime_free(mime); 770 silc_mime_free(mime);
772 771
773 return list; 772 return list;
774 } 773 }
775
776 #endif /* HAVE_SILCMIME_H */