summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-04-08 15:37:36 +0300
committerDaniel Stone <daniel@fooishbar.org>2012-04-09 13:48:00 +0100
commit2590b5a15d9f685dacce79d8d4bc23906008036b (patch)
treea32167410151340d3eac2b9903199e34fd78bd29 /include
parentd007cd0a1f3f4b9c927175771ff79aae6fe4ab8b (diff)
downloadxorg-lib-libxkbcommon-2590b5a15d9f685dacce79d8d4bc23906008036b.tar.gz
Fix compiler warnings
(They were not reported, see next commit). The reset function declaration didn't match its name in the definition; the _defaults variant matches better with the rest. Signed-off-by: Ran Benita <ran234@gmail.com> [daniels: Updated to current master.]
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index cadc57f..45e98e4 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -224,7 +224,7 @@ xkb_context_include_path_append_default(struct xkb_context *context);
* could not be added.
*/
_X_EXPORT int
-xkb_context_include_path_reset(struct xkb_context *context);
+xkb_context_include_path_reset_defaults(struct xkb_context *context);
/**
* Removes all entries from the context's include path.