Index: uspace/lib/c/include/io/con_srv.h
===================================================================
--- uspace/lib/c/include/io/con_srv.h	(revision ea15a89ad4ebd576ab3620748f7af9e29f5809c0)
+++ uspace/lib/c/include/io/con_srv.h	(revision dba3e2cf2078e7d3f73d3a8d0e68377f8c0a08cc)
@@ -66,5 +66,5 @@
 } con_srv_t;
 
-typedef struct con_ops {
+struct con_ops {
 	int (*open)(con_srvs_t *, con_srv_t *);
 	int (*close)(con_srv_t *);
@@ -83,5 +83,5 @@
 	void (*set_cursor_visibility)(con_srv_t *, bool);
 	int (*get_event)(con_srv_t *, cons_event_t *);
-} con_ops_t;
+};
 
 extern void con_srvs_init(con_srvs_t *);
