Index: uspace/lib/c/include/device/nic.h
===================================================================
--- uspace/lib/c/include/device/nic.h	(revision d9cf684a06c89943fd883b794b0b10a3a95d4bd9)
+++ uspace/lib/c/include/device/nic.h	(revision d8da56b929ea45e0d3fa3908b7ea2db0566e4ccc)
@@ -85,5 +85,5 @@
 } nic_funcs_t;
 
-extern int nic_send_message(async_sess_t *, packet_id_t);
+extern int nic_send_frame(async_sess_t *, void *, size_t);
 extern int nic_connect_to_nil(async_sess_t *, services_t, nic_device_id_t);
 extern int nic_get_state(async_sess_t *, nic_device_state_t *);
