From 05284a03f9002b03a66ae355b34790ec02b726f0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 Aug 2011 14:45:46 +1000 Subject: input: make InputOption opaque, provide interface functions. InputOptions is not switched to use struct list for a future patch to unify it with the XF86OptionRec. Signed-off-by: Peter Hutterer Reviewed-by: Dan Nicholson --- config/config-backends.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/config-backends.h') diff --git a/config/config-backends.h b/config/config-backends.h index 0d36d7208..35ab8a044 100644 --- a/config/config-backends.h +++ b/config/config-backends.h @@ -27,10 +27,10 @@ #include #endif #include "input.h" +#include "list.h" void remove_devices(const char *backend, const char *config_info); BOOL device_is_duplicate(const char *config_info); -InputOption* add_option(InputOption **options, const char *key, const char *value); #ifdef CONFIG_UDEV int config_udev_init(void); -- cgit v1.2.3