mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-19 01:16:29 +00:00
9 lines
116 B
C
9 lines
116 B
C
#ifndef SIST2_SERVE_H
|
|
#define SIST2_SERVE_H
|
|
|
|
#include "src/sist.h"
|
|
|
|
void serve(const char *listen_address);
|
|
|
|
#endif
|