about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-30 01:38:08 +0000
committerJames Booth <boothj5@gmail.com>2012-10-30 01:38:08 +0000
commitd339004f55b4620b611a668b4fad0703999f8a54 (patch)
tree7bafa7c5ee3d8cfcef3b656c5d7b45b753e058ae /src/profanity.h
parent9f266ac00029cd1af3e8da6589cd92f3c315b4e5 (diff)
parent768b2aa4667a362ea1343f47c044d79b642c2497 (diff)
downloadprofani-tty-d339004f55b4620b611a668b4fad0703999f8a54.tar.gz
Merge branch 'master' into chatstates
Conflicts:
	Makefile.am
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/profanity.h b/src/profanity.h
index 430148e2..a67fb2df 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -23,11 +23,6 @@
 #ifndef PROFANITY_H
 #define PROFANITY_H
 
-typedef struct roster_entry_t {
-    char *name;
-    char *jid;
-} jabber_roster_entry;
-
 void prof_run(const int disable_tls, char *log_level);
 
 void prof_handle_login_success(const char *jid);