#ifndef SHARED_TESTPILOT_UTIL
#define SHARED_TESTPILOT_UTIL 1
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "../global.h"
#include "shared_cs_util.h"
#include "shared_file_util.h"
#include "shared_authenticate.h"
#include "shared_strtrm.h"

void get_tpass(char *basename, int rotate, char *password);
void makeTestPassword(char *username, char *crs, char *newPassword);
int get_test_pilot_password(SESSION *user, char *passwd);

void get_testpilot_admin_pass(char *path, char *username, char *pass);

void get_testpilot_view_record_path(const char *course_path, const char *username, const char *sender, const char *info_fname,
				char *path);
#endif
