libpurple/plugins/buddynote.c

changeset 40439
e9838d634d5e
parent 39959
e47fcffd061b
child 40945
bbeb2e98ea5b
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
18 */ 18 */
19 #include "internal.h" 19 #include <glib/gi18n-lib.h>
20 20
21 #include <purple.h> 21 #include <purple.h>
22 22
23 static void 23 static void
24 dont_do_it_cb(PurpleBlistNode *node, const char *note) 24 dont_do_it_cb(PurpleBlistNode *node, const char *note)

mercurial