aboutsummaryrefslogtreecommitdiffstats
path: root/include/nem_ull.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nem_ull.h')
-rw-r--r--include/nem_ull.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/nem_ull.h b/include/nem_ull.h
new file mode 100644
index 0000000..fd1b829
--- /dev/null
+++ b/include/nem_ull.h
@@ -0,0 +1,9 @@
+#ifndef _NEM_ULL_H
+#define _NEM_ULL_H
+
+#include "structs.h"
+
+struct front_item * nem_ull(struct data *);
+struct front_item * nem_ull_step(struct front_item *, struct data *, int);
+
+#endif