mirror of
https://github.com/simon987/sist2.git
synced 2025-04-22 03:36:48 +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
|