Redid the most of the file loading/saving. Now uses $HOME/.avp/ and
$AVP_DIR to look for files.
This commit is contained in:
parent
95b8b49b76
commit
080430b3bd
40 changed files with 1400 additions and 1579 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue