From: hackbard Date: Mon, 8 Nov 2004 21:32:48 +0000 (+0000) Subject: added data ok define X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=e44beb74d37e473b68faa45d2d2406ca1d847080 added data ok define --- diff --git a/nlsop_general.h b/nlsop_general.h index e72dac3..5078ab5 100644 --- a/nlsop_general.h +++ b/nlsop_general.h @@ -13,6 +13,8 @@ #define GUI_ADDJOB 'a' #define GUI_QUIT 'q' +#define DATA_OK (1<<0) + typedef struct s_client { int channel; unsigned char status;