Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 87434f3202d66817348807b743d801d5 > files > 63

gnomeicu-debug-0.99.14-3mdv2009.0.i586.rpm

#ifndef __SENDCONTACT__
#define __SENDCONTACT__

#include "common.h"

typedef struct _ContactPair ContactPair;

struct _ContactPair {
  gchar *textuin;
  gchar *nick;
};

void contact_list_window( CONTACT_PTR contact );
void received_contact_list_window( CONTACT_PTR contact, GList *contacts );

#endif /* __SENDCONTACT__ */