Keysyms: improve generator (#364)
[platform/upstream/libxkbcommon.git] / src / atom.h
index 7ee7acc..49478db 100644 (file)
@@ -37,13 +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);