X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/bed729727d8fef3695e5252f17cfbbe8f2aca879..984fd4a002cd31854730b24ba70c447b165f4d15:/client.h diff --git a/client.h b/client.h index 2da42ed..32cdb05 100644 --- a/client.h +++ b/client.h @@ -7,8 +7,8 @@ typedef struct { short standout; short color; short ascii; -} _Sets; -extern _Sets Sets; +} sets_t; +extern sets_t Sets; #endif //__CLIENT_H