From 791e1a47049924611dbf58c5191837a89e8980a3 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 28 Sep 2021 19:42:15 +0000 Subject: implemented part of the catalog management procedures. --- dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index 02d85c1..b23ccb7 100644 --- a/dat.h +++ b/dat.h @@ -8,6 +8,7 @@ typedef unsigned long long uvlong; typedef uint32_t u32int; typedef struct sockaddr sockaddr; typedef struct sockaddr_in sockaddr_in; +typedef struct dirent dirent; typedef struct Movie Movie; typedef struct Multipart Multipart; -- cgit v1.2.3