Index: uspace/lib/socket/include/packet/packet_client.h
===================================================================
--- uspace/lib/socket/include/packet/packet_client.h	(revision 849ed54afbef3ad0ec3af831e93a1353f9eaaf0f)
+++ uspace/lib/socket/include/packet/packet_client.h	(revision 75ebb5b6271b6a2c74a51ea695d73085ed9b97db)
@@ -45,5 +45,5 @@
 #define __NET_PACKET_CLIENT_H__
 
-#include "packet.h"
+#include <packet/packet.h>
 
 /** @name Packet client interface
@@ -172,5 +172,5 @@
  *  @returns Other error codes as defined for the packet_return() function.
  */
-extern int packet_translate(int phone, packet_ref packet, packet_id_t packet_id);
+extern int packet_translate_local(int phone, packet_ref packet, packet_id_t packet_id);
 
 /** Obtains the packet of the given dimensions.
@@ -184,5 +184,5 @@
  *  @returns NULL on error.
  */
-extern packet_t packet_get_4(int phone, size_t max_content, size_t addr_len, size_t max_prefix, size_t max_suffix);
+extern packet_t packet_get_4_local(int phone, size_t max_content, size_t addr_len, size_t max_prefix, size_t max_suffix);
 
 /** Obtains the packet of the given content size.
@@ -193,5 +193,5 @@
  *  @returns NULL on error.
  */
-extern packet_t packet_get_1(int phone, size_t content);
+extern packet_t packet_get_1_local(int phone, size_t content);
 
 /** Releases the packet queue.
@@ -202,5 +202,5 @@
  *  @param[in] packet_id The packet identifier.
  */
-extern void pq_release(int phone, packet_id_t packet_id);
+extern void pq_release_local(int phone, packet_id_t packet_id);
 
 /** Returns the packet copy.
