From 5be04ec2ceb1df77afbca4fcbf9e92a712612d6f Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:27:12 +0100 Subject: Sync with the latest Gnulib code (d4ec02b3cc) --- gl/fsusage.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'gl/fsusage.h') diff --git a/gl/fsusage.h b/gl/fsusage.h index 9630b04e..da878590 100644 --- a/gl/fsusage.h +++ b/gl/fsusage.h @@ -1,6 +1,6 @@ /* fsusage.h -- declarations for file system space usage info - Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2023 Free Software + Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2024 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify @@ -19,9 +19,14 @@ /* Space usage statistics for a file system. Blocks are 512-byte. */ #if !defined FSUSAGE_H_ -# define FSUSAGE_H_ +#define FSUSAGE_H_ + +#include + +#ifdef __cplusplus +extern "C" { +#endif -# include struct fs_usage { @@ -36,4 +41,9 @@ struct fs_usage int get_fs_usage (char const *file, char const *disk, struct fs_usage *fsp); + +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3-74-g34f1