#ifndef SHARED_GRADE_BOOK_RELEASE_H #define SHARED_GRADE_BOOK_RELEASE_H #include #include #include #include /* for isdigit() */ #include #include #include "../global.h" #include "shared_util.h" #include "shared_cs_util.h" void write_student_newfile (char *username, CONFIG_STRUCT *conf); void delete_redfiles (P_NODE *head, CONFIG_STRUCT *conf); #endif