blob: fd1b82980cfb9c3c759b55354e0018d41d49df21 (
plain) (
tree)
|
|
#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
|