--- src/sys/dev/netif/an/if_anreg.h 2005/06/06 16:16:13 1.6 +++ src/sys/dev/netif/an/if_anreg.h 2005/07/27 21:56:32 1.7 @@ -497,6 +497,7 @@ int an_probe (device_t); void an_shutdown (device_t); void an_resume (device_t); int an_attach (struct an_softc *, device_t, int); +int an_detach (device_t); void an_stop (struct an_softc *); driver_intr_t an_intr;