about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-14 15:34:17 +0000
committerJames Booth <boothj5@gmail.com>2013-12-14 15:34:17 +0000
commit107fdd355e487793e53799ce3ebed0659263a2f7 (patch)
treee7b2996921be06fd6ab4c8ff25f30e1b82dda3a4 /src/xmpp/bookmark.h
parent3f6b40246a243c072770700d67c9818a7d293f6c (diff)
downloadprofani-tty-107fdd355e487793e53799ce3ebed0659263a2f7.tar.gz
Added simple mock test, refactored roster
Diffstat (limited to 'src/xmpp/bookmark.h')
-rw-r--r--src/xmpp/bookmark.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/xmpp/bookmark.h b/src/xmpp/bookmark.h
index e15b6eab..8b5418b0 100644
--- a/src/xmpp/bookmark.h
+++ b/src/xmpp/bookmark.h
@@ -1,6 +1,6 @@
 
-#ifndef BOOKMARK_H
-#define BOOKMARK_H
+#ifndef XMPP_BOOKMARK_H
+#define XMPP_BOOKMARK_H
 
 #include <glib.h>
 
@@ -13,10 +13,5 @@ struct bookmark_t {
 typedef struct bookmark_t Bookmark;
 
 void bookmark_request(void);
-void bookmark_add(const char *jid, const char *nick, gboolean autojoin);
-void bookmark_remove(const char *jid, gboolean autojoin);
-const GList *bookmark_get_list(void);
-char *bookmark_find(char *search_str);
-void bookmark_autocomplete_reset(void);
 
 #endif