Skip to content

Commit

Permalink
Update src/inet/InetInterfaceImpl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
joonhaengHeo and bzbarsky-apple authored Oct 17, 2023
1 parent fb4e22a commit 7a8f1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/inet/InetInterfaceImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

namespace chip {
namespace Inet {
// Define if_nameindex to be implemented in the platform layer
// Some platforms have broken if_nameindex and if_freenameindex implementations.
// Allow platforms to either wrap a non-broken platform implementation or have a custom
// implementation.
struct if_nameindex * if_nameindexImpl();
void if_freenameindexImpl(struct if_nameindex * inArray);
} // namespace Inet
Expand Down

0 comments on commit 7a8f1c6

Please sign in to comment.