Add subscription marking to keep track of things you've read
[blerg.git] / database / subscription.h
index c07fc6d..a35c568 100644 (file)
@@ -12,5 +12,6 @@ int subscription_remove(const char *from, const char *to);
 int subscription_notify(const char *author, uint64_t record);
 struct blergref * subscription_list(const char *author, uint64_t offset, int *count, int direction);
 int is_subscribed(const char *from, const char *to);
+int subscription_count_items(const char *user);
 
 #endif /* _SUBSCRIPTION_H */