diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/interface.h b/src/include/gpxe/interface.h index 6ec9b1463..59bb42692 100644 --- a/src/include/gpxe/interface.h +++ b/src/include/gpxe/interface.h @@ -29,5 +29,6 @@ struct interface { }; extern void plug ( struct interface *intf, struct interface *dest ); +extern void plug_plug ( struct interface *a, struct interface *b ); #endif /* _GPXE_INTERFACE_H */ |
