summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2023-02-09 17:38:29 +0100
committerSander Vrijders <sander@ouroboros.rocks>2023-02-13 21:10:10 +0100
commit3b5d1a8f495d5b6bda72f9962516d5a1e273481b (patch)
treef0a64a13260e930148188db70d3e9dcf04ddd5ee /include
parentb0102d9dc3cb8b543e4e079ce68f1e06970b1cbb (diff)
downloadouroboros-3b5d1a8f495d5b6bda72f9962516d5a1e273481b.tar.gz
ouroboros-3b5d1a8f495d5b6bda72f9962516d5a1e273481b.zip
lib: Fix prototypes missing 'void'
Found by Clang version 15. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/lockfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/lockfile.h b/include/ouroboros/lockfile.h
index 505c8e89..acc373d8 100644
--- a/include/ouroboros/lockfile.h
+++ b/include/ouroboros/lockfile.h
@@ -37,4 +37,4 @@ void lockfile_destroy(struct lockfile * lf);
pid_t lockfile_owner(struct lockfile * lf);
-#endif
+#endif /* OUROBOROS_LOCKFILE_H */