Index: uspace/srv/net/tl/tcp/tcp_header.h
===================================================================
--- uspace/srv/net/tl/tcp/tcp_header.h	(revision 89e57ceef2a2fce4e3518b2109ffcd674896bf36)
+++ uspace/srv/net/tl/tcp/tcp_header.h	(revision dd5046dd1beda773c101cd57515df9157d461a36)
@@ -59,9 +59,4 @@
 typedef struct tcp_header tcp_header_t;
 
-/** Type definition of the transmission datagram header pointer.
- * @see tcp_header
- */
-typedef tcp_header_t *tcp_header_ref;
-
 /** Type definition of the transmission datagram header option.
  * @see tcp_option
@@ -69,16 +64,6 @@
 typedef struct tcp_option tcp_option_t;
 
-/** Type definition of the transmission datagram header option pointer.
- * @see tcp_option
- */
-typedef tcp_option_t *tcp_option_ref;
-
 /** Type definition of the Maximum segment size TCP option. */
 typedef struct tcp_max_segment_size_option tcp_max_segment_size_option_t;
-
-/** Type definition of the Maximum segment size TCP option pointer.
- * @see tcp_max_segment_size_option
- */
-typedef tcp_max_segment_size_option_t *tcp_max_segment_size_option_ref;
 
 /** Transmission datagram header. */
