head 1.1; access; symbols; locks mouse:1.1; strict; comment @ * @; 1.1 date 2010.02.16.06.29.37; author mouse; state Exp; branches; next ; desc @atoms.h @ 1.1 log @Initial revision @ text @#ifndef _ATOMS_H_fa4e47b4_ #define _ATOMS_H_fa4e47b4_ extern void *atoms_init(void); extern void atoms_done(void *); extern const char *atoms_lookup(void *, unsigned int); extern void atoms_register(void *, const void *, unsigned int, unsigned int); #endif @