Skip to content

Commit

Permalink
Do not expose methods that are only used internally.
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor committed Nov 15, 2024
1 parent 296f4e6 commit 67e3245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/cloudfuse/child_process.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class CloudfuseMngr
processReturn unmount();
bool isInstalled();
bool isMounted();
bool templateValid();
bool writeTemplate();

private:
std::string mountDir;
Expand All @@ -63,6 +61,8 @@ class CloudfuseMngr
std::string templateFile;
std::string templateVersionString;
std::string config_template;
bool templateValid();
bool writeTemplate();
#ifdef _WIN32
processReturn spawnProcess(wchar_t *argv, std::wstring envp);
processReturn encryptConfig(const std::string passphrase);
Expand Down

0 comments on commit 67e3245

Please sign in to comment.