Added backing signatures

This commit is contained in:
2024-02-17 14:21:14 +01:00
parent fd7b056457
commit 8821519a12
5 changed files with 105 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
#include "backing.h"
#include "entry.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>
@@ -61,3 +63,4 @@ Result backing_exists(const char* backing_id, bool* out_exists) {
return SUCCESS;
}