From e2f504523c0afa3db05e7e739f55e89266b1624c Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sat, 30 Dec 2023 01:26:54 -0600 Subject: add a little version stuff --- src/instance.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/instance.h') diff --git a/src/instance.h b/src/instance.h index bcded1c..76d249e 100644 --- a/src/instance.h +++ b/src/instance.h @@ -2,6 +2,8 @@ #define L2SU_INSTANCE_H_INCLUDED #include "uuid/uuid.h" +#include "digest/digest.h" +#include struct l2_instance { uuid_t uuid; @@ -12,6 +14,8 @@ struct l2_instance { struct l2_instance *prev; }; +#define L2_DOWNLOAD_NO_SIZE ((size_t)0) + enum { INSTANCE_SUCCESS, /* instance operation succeeded */ INSTANCE_ERRNO, /* instance operation failed (error code in errno) */ -- cgit v1.2.3-70-g09d2