summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-29 12:25:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 10:39:42 +0000
commit7e15a142431f40b18c5e6edbccc569eb7e0ac178 (patch)
treee843edfde29ed03f34fe72d625f9ca9e7885d37a /src/connection.h
parenta4a52af0ff20290a39992ae77522495eb6de677a (diff)
downloadtelepathy-haze-7e15a142431f40b18c5e6edbccc569eb7e0ac178.tar.gz
Add a 'stored' list (which just behaves like 'subscribe') and test it
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/connection.h b/src/connection.h
index d0bdd2c..a0a3043 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -40,11 +40,7 @@ typedef enum
{
HAZE_LIST_HANDLE_SUBSCRIBE = 1,
HAZE_LIST_HANDLE_PUBLISH,
-#if 0
- HAZE_LIST_HANDLE_HIDE,
- HAZE_LIST_HANDLE_ALLOW,
- HAZE_LIST_HANDLE_DENY
-#endif
+ HAZE_LIST_HANDLE_STORED,
} HazeListHandle;
typedef struct _HazeConnection HazeConnection;