diff options
Diffstat (limited to 'src/atom.h')
-rw-r--r-- | src/atom.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -37,10 +37,7 @@ void atom_table_free(struct atom_table *table); xkb_atom_t -atom_lookup(struct atom_table *table, const char *string, size_t len); - -xkb_atom_t -atom_intern(struct atom_table *table, const char *string, size_t len); +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); |