aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
blob: a34841a34bc597ed9a55699a09ab8e2b83fd4ff6 (plain)
1
2
3
4
5
6
#ifndef __ENGINE_H
#define __ENGINE_H

void ingest(char **buffer);

#endif