summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/notifications/notifications.ice
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/service/notifications/notifications.ice')
-rw-r--r--gentoobrowse-api/service/notifications/notifications.ice8
1 files changed, 1 insertions, 7 deletions
diff --git a/gentoobrowse-api/service/notifications/notifications.ice b/gentoobrowse-api/service/notifications/notifications.ice
index a60fa28..4a2673f 100644
--- a/gentoobrowse-api/service/notifications/notifications.ice
+++ b/gentoobrowse-api/service/notifications/notifications.ice
@@ -2,7 +2,7 @@
#define GENTOO_NOTIFICATIONS
#include <user-models.ice>
-#include <portage-models.ice>
+#include <news-models.ice>
module Gentoo {
class MimePart {
@@ -29,12 +29,6 @@ module Gentoo {
string message;
};
- struct NewsContent {
- Categories categories;
- Packages packages;
- Ebuilds ebuilds;
- };
-
interface Notifications {
Email getSignup(NewUser user);
Email getNews(User user, NewsContent nc);