X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Frun.h;fp=src%2Fserver%2Frun.h;h=bd13d1dde788d7a370d0c08aaeca1888167280eb;hb=2b2a1e0169b3a863fd87b679d789a4e2b789eb67;hp=85c1339d8703b196922e1d94f4245c2bcb6d4ffc;hpb=cdd22bc79aafb8261af4785f58425d8535e57a5b;p=plomrogue diff --git a/src/server/run.h b/src/server/run.h index 85c1339..bd13d1d 100644 --- a/src/server/run.h +++ b/src/server/run.h @@ -14,6 +14,9 @@ +/* Append "answer" to server output file, with instant fflush(). */ +extern void send_to_outfile(char * answer); + /* 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 * last file writing. "msg" is appended to the record file if it is set.