diff input/input.h @ 4431:44c23fd75005

Added uninit to input
author albeu
date Thu, 31 Jan 2002 09:37:12 +0000
parents 8141d2c399e4
children 4ce20c55a18a
line wrap: on
line diff
--- a/input/input.h	Thu Jan 31 08:53:58 2002 +0000
+++ b/input/input.h	Thu Jan 31 09:37:12 2002 +0000
@@ -81,4 +81,7 @@
 void
 mp_input_init(void);
 
+void
+mp_input_uninit(void);
+
 #endif /* HAVE_NEW_INPUT */