summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-01-03 11:03:14 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-03-21 11:12:29 +1000
commitbe5fb886021d6a9ef27e35ad90b4ab6ca60a8c1d (patch)
tree22faef6527280dde723f16e4f53111d08100fa88
parentfd4aacb1341dae98bac53716423e209c4782c1ad (diff)
test: fix build error introduced in 9f9b55ab55ed5
Bad search/replace, ended up in two xf86SetStrOption declarations which differed on ABIs < 14. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=44335 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> (cherry picked from commit c861d4568c2c6cc56db8e683a8d7035bef711262)
-rw-r--r--test/fake-symbols.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fake-symbols.h b/test/fake-symbols.h
index a297d28..1fa1716 100644
--- a/test/fake-symbols.h
+++ b/test/fake-symbols.h
@@ -25,7 +25,6 @@ extern char* xf86CheckStrOption(OPTTYPE optlist, const char *name, char *deflt);
extern char * xf86SetStrOption(OPTTYPE optlist, const char *name, CONST char *deflt);
-extern _X_EXPORT char *xf86SetStrOption(XF86OptionPtr optlist, const char *name, const char *deflt);
extern int xf86SetBoolOption(OPTTYPE optlist, const char *name, int deflt);
extern OPTTYPE xf86AddNewOption(OPTTYPE head, const char *name, const char *val);
extern CONST char* xf86FindOptionValue(OPTTYPE options, const char *name);