mirror of
https://github.com/simon987/sist2.git
synced 2025-12-17 09:19:05 +00:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef SIST2_SIDECAR_H
|
|
#define SIST2_SIDECAR_H
|
|
|
|
#include "src/sist.h"
|
|
|
|
void parse_sidecar(vfile_t *vfile, document_t *doc);
|
|
|
|
#endif
|