diff mcabber/src/roster.c @ 1065:230dca34dbea

Extand pgp_data structure Extand pgp_data structure so that we can disbale PGP per contact and compare the signature key with a reference key id.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 11:13:40 +0100
parents 4e62941df777
children c55b24818546
line wrap: on
line diff
--- a/mcabber/src/roster.c	Fri Dec 01 23:50:52 2006 +0100
+++ b/mcabber/src/roster.c	Sat Dec 02 11:13:40 2006 +0100
@@ -1134,7 +1134,6 @@
   return NULL;
 }
 
-
 enum imrole buddy_getrole(gpointer rosterdata, const char *resname)
 {
   roster *roster_usr = rosterdata;