blob: fd1b82980cfb9c3c759b55354e0018d41d49df21 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|