X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcleanup.h;h=a9dd2f9cf604540010bb64778f07a9c8458851e3;hb=aa2ca997b919bee3cea9dfaed27e33fb0bc81728;hp=ce4866dc1648792dc7d32c84b5f4ced3291851b2;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/cleanup.h b/src/client/cleanup.h index ce4866d..a9dd2f9 100644 --- a/src/client/cleanup.h +++ b/src/client/cleanup.h @@ -1,4 +1,8 @@ /* src/client/cleanup.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * Stuff defining / performing the cleanup called by rexit.h's exit functions. */ @@ -16,7 +20,9 @@ enum cleanup_flag { CLEANUP_NCURSES = 0x0001, CLEANUP_INTERFACE = 0x0002, - CLEANUP_COMMANDS = 0x0004 + CLEANUP_COMMANDS = 0x0004, + CLEANUP_SERVER_IN = 0x0008, + CLEANUP_SERVER_OUT = 0x0008 }; extern void set_cleanup_flag(enum cleanup_flag flag);