mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 09:56:22 +00:00
Removed contact type from contact list
This commit is contained in:
@@ -25,12 +25,6 @@
|
||||
|
||||
#include "contact.h"
|
||||
|
||||
struct contact_t {
|
||||
char *name;
|
||||
char *show;
|
||||
char *status;
|
||||
};
|
||||
|
||||
struct contact_node_t {
|
||||
PContact contact;
|
||||
struct contact_node_t *next;
|
||||
|
||||
Reference in New Issue
Block a user