Skip to content
Snippets Groups Projects
Commit d7eb940d authored by deuce's avatar deuce
Browse files

Missing bit for SS_SSH

parent 13be0fd7
No related branches found
No related tags found
No related merge requests found
......@@ -651,6 +651,7 @@ typedef enum { /* Values for xtrn_t.event */
#define SS_NEWDAY (1L<<25) /* Date changed while online */
#define SS_RLOGIN (1L<<26) /* Current login via BSD RLogin */
#define SS_FILEXFER (1L<<27) /* File transfer in progress, halt spy */
#define SS_SSH (1L<<28) /* Current login via SSH */
/* Bits in 'mode' for getkey and getstr */
#define K_NONE 0 /* Use as a place holder for no mode flags */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment