X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fserver%2Frun.h;h=26a0c2f7108ae8390897a8e0301ccd173f0d0b37;hb=165a82baaba4f4ca2fd74cb3a3eac744d93b0239;hp=bd13d1dde788d7a370d0c08aaeca1888167280eb;hpb=2b2a1e0169b3a863fd87b679d789a4e2b789eb67;p=plomrogue diff --git a/src/server/run.h b/src/server/run.h index bd13d1d..26a0c2f 100644 --- a/src/server/run.h +++ b/src/server/run.h @@ -14,8 +14,8 @@ -/* Append "answer" to server output file, with instant fflush(). */ -extern void send_to_outfile(char * answer); +/* Append "answer" to server output file, with instant fflush() if "flush". */ +extern void send_to_outfile(char * answer, uint8_t flush); /* Record save and record file data. Both are only written if "force" is set, or * on the first run with unset "force", or if 15 seconds have passed since the