summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/xkbcommon/src/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/xkbcommon/src/atom.h')
-rw-r--r--src/3rdparty/xkbcommon/src/atom.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/3rdparty/xkbcommon/src/atom.h b/src/3rdparty/xkbcommon/src/atom.h
index f1abf1b72f..1bf8e49b8e 100644
--- a/src/3rdparty/xkbcommon/src/atom.h
+++ b/src/3rdparty/xkbcommon/src/atom.h
@@ -37,15 +37,12 @@ void
atom_table_free(struct atom_table *table);
xkb_atom_t
-atom_lookup(struct atom_table *table, const char *string);
+atom_lookup(struct atom_table *table, const char *string, size_t len);
xkb_atom_t
-atom_intern(struct atom_table *table, const char *string,
+atom_intern(struct atom_table *table, const char *string, size_t len,
bool steal);
-char *
-atom_strdup(struct atom_table *table, xkb_atom_t atom);
-
const char *
atom_text(struct atom_table *table, xkb_atom_t atom);