[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH 1/2] Make headers self-contained



Hi!

On Sat, 2023-05-06 at 04:09:14 +0900, Simon Richter wrote:
> ---
>  lib/dpkg/command.h   | 2 ++
>  lib/dpkg/db-fsys.h   | 2 ++
>  lib/dpkg/parsedump.h | 1 +
>  3 files changed, 5 insertions(+)

> diff --git a/lib/dpkg/db-fsys.h b/lib/dpkg/db-fsys.h
> index cd9abefaf..3a9696aa4 100644
> --- a/lib/dpkg/db-fsys.h
> +++ b/lib/dpkg/db-fsys.h
> @@ -27,6 +27,8 @@
>  
>  DPKG_BEGIN_DECLS
>  
> +struct pkgbin;
> +
>  /*
>   * Data structure here is as follows:
>   *

I've moved this one close to the existing pkginfo forward declaration.

Queued locally, will be in my next push.

Thanks,
Guillem


Reply to: