mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Reorganize folder structure to make cmake happy.
This commit is contained in:
18
setter/src/unix/darwin/darwin.h
Normal file
18
setter/src/unix/darwin/darwin.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by claunia on 14/3/21.
|
||||
//
|
||||
|
||||
#ifndef SETTER_SRC_DARWIN_DARWIN_H_
|
||||
#define SETTER_SRC_DARWIN_DARWIN_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void DarwinGetOsInfo();
|
||||
void DarwinPrintStatfsFlags(uint32_t flags);
|
||||
void DarwinResourceFork(const char* path);
|
||||
void DarwinFileAttributes(const char* path);
|
||||
void DarwinExtendedAttributes(const char* path);
|
||||
void DarwinVolumeAttributes(const char* path);
|
||||
int DarwinSparse(const char* path);
|
||||
|
||||
#endif // SETTER_SRC_DARWIN_DARWIN_H_
|
||||
Reference in New Issue
Block a user