#ifndef SHARED_POST_INBOX_H #define SHARED_POST_INBOX_H void update_post_inbox (const char *username, CONFIG_STRUCT *conf); void add_new_post_msg (NEWFILE_RECORD * new_info, const char *inbox_fname); void set_inbox_msg_header_data (INBOX_RECORD * inbox, char *course, char *key, int website_attached, long offset, CONFIG_STRUCT *conf, SESSION *user, ATTACHMENT_NODE *attach_head, PERSON_NODE *pers_head, int index); FILE *open_post_inbox(const char *mode); #endif