mirror of
https://github.com/simon987/sist2.git
synced 2025-04-20 18:56:49 +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
|