summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowMerger/src/merger.h
blob: c7d256d452d8179e8f816b0c2700df6ad5247cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdbool.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <libgen.h>
#include <stdint.h>
#include <sys/mman.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>

bool merger(char *imageFilePath, char *cowFilePath);
bool loadFiles(char *imageFilePath, char *cowFilePath);
bool merge();