#ifndef SHARED_UNREAD_H
#define SHARED_UNREAD_H

int unread_news (SESSION *user, int grp, const CONFIG_STRUCT *conf, time_t current_time);
int non_empty_chatroom ();
int unread_mail (const char *username, const CONFIG_STRUCT *conf);
int unread_grades (const char *username, const CONFIG_STRUCT *conf);




#endif
