[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h
From: |
Mohammad-Reza Nabipoor |
Subject: |
Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h |
Date: |
Sun, 30 Apr 2023 21:59:39 +0200 |
Hi Jose.
On Sun, Apr 30, 2023 at 09:53:11PM +0200, Jose E. Marchesi wrote:
>
> > +
> > + Please keep this in-sync with declarations in ios-dev. */
>
> What do you mean with that?
>
The following snippet from the end of `libpoke/ios-dev.h':
```c
/* A few functions that are defined in ios.c and are intended to be
used by IOD implementations. */
extern void *ios_get_dev (ios ios);
extern struct ios_dev_if *ios_get_dev_if (ios ios);
```
If we change the function declaration in `libpoke/ios.h', we have to
update these two.