zdump/zfuse: Extract zfuse.h header from zgetdump.h

Create a separate C header for FUSE to separate independent things and
make it more readable.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Alexander Egorenkov
2021-10-11 15:19:20 +02:00
committed by Jan Höppner
parent 1e450e6f7b
commit afb14cba7a
4 changed files with 31 additions and 14 deletions

View File

@@ -16,6 +16,7 @@
#include <fuse.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
@@ -23,6 +24,10 @@
#include <unistd.h>
#include "zgetdump.h"
#include "zg.h"
#include "dfi.h"
#include "dfo.h"
#include "zfuse.h"
#define DUMP_PATH_MAX 100