mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
9273b49b62
Signed-off-by: Adam Treat <treat.adam@gmail.com> Signed-off-by: Jared Van Bortel <jared@nomic.ai> Co-authored-by: Jared Van Bortel <jared@nomic.ai>
8 lines
133 B
C++
8 lines
133 B
C++
#pragma once
|
|
|
|
class QString;
|
|
|
|
bool gpt4all_fsync(int fd);
|
|
bool gpt4all_fdatasync(int fd);
|
|
bool gpt4all_syncdir(const QString &path);
|