#ifndef _file_h_
#define _file_h_

/*
 * $Id
 */

#include "xznol.h"

char *expand_file_name(char *f);
void load_file(struct _table *t);
void save_file(struct _table *t, struct _user *u, char *info);
void save_info(table *t, user *u, char *info);
void save_newuser(table *t, char *username);

#endif
