Index: uspace/lib/c/include/ipc/loc.h
===================================================================
--- uspace/lib/c/include/ipc/loc.h	(revision 3f57fb73696fea31ef6a619b390a707b4091eda9)
+++ uspace/lib/c/include/ipc/loc.h	(revision 609a4174e85c70fd5ee891972a7cc7045cbad78f)
@@ -56,4 +56,5 @@
 	LOC_SERVICE_GET_ID,
 	LOC_SERVICE_GET_NAME,
+	LOC_SERVICE_GET_SERVER_NAME,
 	LOC_NAMESPACE_GET_ID,
 	LOC_CALLBACK_CREATE,
Index: uspace/lib/c/include/loc.h
===================================================================
--- uspace/lib/c/include/loc.h	(revision 3f57fb73696fea31ef6a619b390a707b4091eda9)
+++ uspace/lib/c/include/loc.h	(revision 609a4174e85c70fd5ee891972a7cc7045cbad78f)
@@ -56,4 +56,5 @@
     unsigned int);
 extern int loc_service_get_name(service_id_t, char **);
+extern int loc_service_get_server_name(service_id_t, char **);
 extern int loc_namespace_get_id(const char *, service_id_t *,
     unsigned int);
