From 75c51e96667498b91842390ecc5e8c3fdfbab1c9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 4 May 2012 01:14:57 +0100 Subject: Removed contact type from contact list --- contact_list.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contact_list.h b/contact_list.h index 32021528..491552a7 100644 --- a/contact_list.h +++ b/contact_list.h @@ -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; -- cgit 1.4.1-2-gfad0 84957cf45f4240fc2fbf5980b49eba'/> touring some programming systemselioat <elioat@tilde.institute>
about summary refs log tree commit diff stats
path: root/coffee/NOTES.md
blob: abf9adb69c460d94589b5507d9d7d8d4eec1fef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13