#ifndef SHARED_SUPER_KEY_H #define SHARED_SUPER_KEY_H #include #include #include #include #include #include #include #include "../global.h" #include "../custom.h" #include "shared_cs_util.h" #include "shared_util.h" #include "shared_file_util.h" // void create_super_key (const char *username, char *key); void validate_super_key(const char *key, SESSION *user); void create_super_key (const char *username, char *key); char *new_str(const char *str); #endif