mirror of
https://github.com/uroni/fuseuring.git
synced 2025-10-26 11:19:19 +00:00
6 lines
221 B
C++
Executable File
6 lines
221 B
C++
Executable File
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
// Copyright (C) Martin Raiber
|
|
#pragma once
|
|
#include <string>
|
|
|
|
int fuseuring_main(int backing_fd, const std::string& mountpoint, int max_background, int congestion_threshold); |