aboutsummaryrefslogtreecommitdiff
path: root/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'atom.h')
-rw-r--r--atom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atom.h b/atom.h
index 62e3276..62f567a 100644
--- a/atom.h
+++ b/atom.h
@@ -54,6 +54,7 @@ struct atom *atom_new_int(long l);
struct atom *atom_new_str(const char *str, int len);
struct atom *atom_new_sym(const char *sym, int len);
struct atom *atom_new_list(struct list *list);
+struct atom *atom_clone();
extern struct atom true_atom;
extern struct atom false_atom;