mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04:00
created dir.c & .h, improved header file handling
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include "defines.h"
|
||||
#include "backend.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "dir.h"
|
||||
#include "file_previews.h"
|
||||
|
||||
|
||||
|
||||
pthread_mutex_t mutex_top;
|
||||
pthread_mutex_t mutex_btm;
|
||||
pthread_mutex_t mutex_lft;
|
||||
|
Reference in New Issue
Block a user