summaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io.h b/io.h
index 6018753..efef6ac 100644
--- a/io.h
+++ b/io.h
@@ -113,5 +113,7 @@ void handle_mouseup(int mouse, int button);
void io_serialize(io_port *port, serialize_buffer *buf);
void io_deserialize(deserialize_buffer *buf, void *vport);
+extern const char * device_type_names[];
+
#endif //IO_H_