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-28 20:52:30 +0000
committerJames Booth <boothj5@gmail.com>2012-10-28 20:52:30 +0000
commitd13794bf60747323c434ee8b25523bc12c2f540d (patch)
tree423e8d52865f00f0d3f6b236505868e2d21bc4ac /src/profanity.h
parent4b6002ae6347dd2fab655104163f6234a80a0c57 (diff)
downloadprofani-tty-d13794bf60747323c434ee8b25523bc12c2f540d.tar.gz
Load roster before sending presence
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);