Skip to content

Commit

Permalink
added shellhook registration defines
Browse files Browse the repository at this point in the history
  • Loading branch information
headius authored and headius committed May 12, 2003
1 parent 79719ed commit 7dc1a74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,10 @@

// Timer tags
#define CONSOLE_WINDOW_POLL_TIMER 1000
#define WINDOW_LIST_CLEANER_TIMER 1001
#define WINDOW_LIST_CLEANER_TIMER 1001

// shellhook registration constants
#define RSH_UNREGISTER 0
#define RSH_REGISTER 1
#define RSH_PROGMAN 2
#define RSH_TASKMAN 3

0 comments on commit 7dc1a74

Please sign in to comment.