mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-23 19:01:14 +00:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef SIST2_SERIALIZE_H
|
|
#define SIST2_SERIALIZE_H
|
|
|
|
#include "src/sist.h"
|
|
|
|
void write_document(document_t *doc);
|
|
|
|
#endif
|