aboutsummaryrefslogtreecommitdiffstats
path: root/src/usermap.h
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-11-27 23:35:41 +0200
committerGitHub <noreply@github.com>2023-11-27 23:35:41 +0200
commit2b5f2e24527f04f4255161965ae4099192714b73 (patch)
treeb8edd8485dfcd64c68b12da4221a356acd54a0fa /src/usermap.h
parent47f4cac457c3583548c0d7dba402568a1e0871b8 (diff)
parent95936b647c0283cc6ebd2b685cc5b72889cda8bd (diff)
downloadbindfs-2b5f2e24527f04f4255161965ae4099192714b73.tar.gz
Merge pull request #150 from hartwork/macos-ci
Cover macOS in CI + make CI use the right compiler + fix more compile warnings
Diffstat (limited to 'src/usermap.h')
-rw-r--r--src/usermap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usermap.h b/src/usermap.h
index 9c1387e..db2a9c3 100644
--- a/src/usermap.h
+++ b/src/usermap.h
@@ -37,7 +37,7 @@ typedef enum UsermapStatus {
usermap_status_duplicate_key = 1
} UsermapStatus;
-UserMap *usermap_create();
+UserMap *usermap_create(void);
void usermap_destroy(UserMap *map);
UsermapStatus usermap_add_uid(UserMap *map, uid_t from, uid_t to);