mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 01:36:42 +00:00
11 lines
129 B
C
11 lines
129 B
C
#ifndef SIST2_PARSE_H
|
|
#define SIST2_PARSE_H
|
|
|
|
#include "../sist.h"
|
|
#include "src/tpool.h"
|
|
|
|
|
|
void parse(parse_job_t *arg);
|
|
|
|
#endif
|