poke-devel
[Top][All Lists]
Advanced

[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: Jose E. Marchesi
Subject: Re: [PATCH 1/2] ios: document ios_get_dev{,_if} in ios.h
Date: Mon, 01 May 2023 00:39:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

> 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.

Ah I see.  Then please refer to libpoke/ios-dev.h instead of just
ios-dev.

Thanks! :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]