enlightenment/src/bin/e_atoms.c

19 lines
281 B
C

#include "e.h"
/* Atoms */
/* There are no e17 specific atoms defined yet */
/* externally accessible functions */
int
e_atoms_init(void)
{
return 1;
}
int
e_atoms_shutdown(void)
{
/* Nothing really to do here yet, just present for consistency right now */
return 1;
}