mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Move include files to folder.
This commit is contained in:
@@ -33,76 +33,76 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include "netware.h"
|
||||
|
||||
#include "consts.h"
|
||||
#include "defs.h"
|
||||
#include "include/consts.h"
|
||||
#include "include/defs.h"
|
||||
|
||||
void GetOsInfo()
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void GetVolumeInfo(const char *path, size_t *clusterSize)
|
||||
void GetVolumeInfo(const char* path, size_t* clusterSize)
|
||||
{
|
||||
// TODO: Implement
|
||||
*clusterSize = 0;
|
||||
}
|
||||
|
||||
void FileAttributes(const char *path)
|
||||
void FileAttributes(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void FilePermissions(const char *path)
|
||||
void FilePermissions(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void ExtendedAttributes(const char *path)
|
||||
void ExtendedAttributes(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void ResourceFork(const char *path)
|
||||
void ResourceFork(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void Filenames(const char *path)
|
||||
void Filenames(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void Timestamps(const char *path)
|
||||
void Timestamps(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void DirectoryDepth(const char *path)
|
||||
void DirectoryDepth(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void Fragmentation(const char *path, size_t clusterSize)
|
||||
void Fragmentation(const char* path, size_t clusterSize)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void Sparse(const char *path)
|
||||
void Sparse(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void Links(const char *path)
|
||||
void Links(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void MillionFiles(const char *path)
|
||||
void MillionFiles(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
void DeleteFiles(const char *path)
|
||||
void DeleteFiles(const char* path)
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user