Commit 89f5e604 authored by Max Kellermann's avatar Max Kellermann

directory.h: move DIRECTORY_DIR to directory_save.c

parent c616165f
......@@ -27,8 +27,6 @@
#include <stdbool.h>
#include <sys/types.h>
#define DIRECTORY_DIR "directory: "
#define DEVICE_INARCHIVE (dev_t)(-1)
#define DEVICE_CONTAINER (dev_t)(-2)
......
......@@ -28,6 +28,7 @@
#include <assert.h>
#include <string.h>
#define DIRECTORY_DIR "directory: "
#define DIRECTORY_MTIME "mtime: "
#define DIRECTORY_BEGIN "begin: "
#define DIRECTORY_END "end: "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment