Fix build error
[platform/upstream/libxkbcommon.git] / src / atom.h
index f1abf1b..49478db 100644 (file)
@@ -37,14 +37,7 @@ void
 atom_table_free(struct atom_table *table);
 
 xkb_atom_t
-atom_lookup(struct atom_table *table, const char *string);
-
-xkb_atom_t
-atom_intern(struct atom_table *table, const char *string,
-            bool steal);
-
-char *
-atom_strdup(struct atom_table *table, xkb_atom_t atom);
+atom_intern(struct atom_table *table, const char *string, size_t len, bool add);
 
 const char *
 atom_text(struct atom_table *table, xkb_atom_t atom);