Redid the most of the file loading/saving. Now uses $HOME/.avp/ and

$AVP_DIR to look for files.
This commit is contained in:
Steven Fuller 2001-12-18 05:08:52 +00:00 committed by Patryk Obara
parent 95b8b49b76
commit 080430b3bd
40 changed files with 1400 additions and 1579 deletions

View file

@ -11,7 +11,7 @@ extern "C" {
#include <limits.h>
#include <inttypes.h> /* int64_t */
void FixFilename(char *str);
#include "files.h"
#define PACKED __attribute__((packed))