comparison libpurple/status.h @ 20942:37f3c1023a68

Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 15 Oct 2007 23:46:02 +0000
parents 481749fc0b6b
children 6de09629f091
comparison
equal deleted inserted replaced
20941:65d19253f746 20942:37f3c1023a68
119 #define PURPLE_TUNE_GENRE "tune_genre" 119 #define PURPLE_TUNE_GENRE "tune_genre"
120 #define PURPLE_TUNE_COMMENT "tune_comment" 120 #define PURPLE_TUNE_COMMENT "tune_comment"
121 #define PURPLE_TUNE_TRACK "tune_track" 121 #define PURPLE_TUNE_TRACK "tune_track"
122 #define PURPLE_TUNE_TIME "tune_time" 122 #define PURPLE_TUNE_TIME "tune_time"
123 #define PURPLE_TUNE_YEAR "tune_year" 123 #define PURPLE_TUNE_YEAR "tune_year"
124 #define PURPLE_TUNE_URL "tune_url" 124 #define PURPLE_TUNE_URL "tune_url"
125 #define PURPLE_TUNE_FULL "tune_full"
125 126
126 #ifdef __cplusplus 127 #ifdef __cplusplus
127 extern "C" { 128 extern "C" {
128 #endif 129 #endif
129 130