summaryrefslogtreecommitdiff
path: root/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'atom.h')
-rw-r--r--atom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/atom.h b/atom.h
new file mode 100644
index 00000000..0cad37e1
--- /dev/null
+++ b/atom.h
@@ -0,0 +1,3 @@
+char * atom_lookup(char *name);
+char * atom(char *name);
+void atom_init(void);