X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fipcdef.h;h=94b78120362c9bc4d6f379a8ded612a73a86073f;hb=6ca67305d6d449ad5d8ced6e38e80d7e4dc955ab;hp=36b82633a0c58ed65356fbaf52423dc369105015;hpb=c442cee390175d0e8f84d11d11125f880a672dd7;p=citadel.git diff --git a/citadel/ipcdef.h b/citadel/ipcdef.h index 36b82633a..94b781203 100644 --- a/citadel/ipcdef.h +++ b/citadel/ipcdef.h @@ -19,8 +19,12 @@ extern "C" { #define NOT_LOGGED_IN 20 #define CMD_NOT_SUPPORTED 30 #define PASSWORD_REQUIRED 40 +#define ALREADY_LOGGED_IN 41 +#define USERNAME_REQUIRED 42 #define HIGHER_ACCESS_REQUIRED 50 #define MAX_SESSIONS_EXCEEDED 51 +#define RESOURCE_BUSY 52 +#define RESOURCE_NOT_OPEN 53 #define NOT_HERE 60 #define INVALID_FLOOR_OPERATION 61 #define NO_SUCH_USER 70 @@ -28,6 +32,7 @@ extern "C" { #define ROOM_NOT_FOUND 72 #define NO_SUCH_SYSTEM 73 #define ALREADY_EXISTS 74 +#define MESSAGE_NOT_FOUND 75 #define ASYNC_MSG 900 #define ASYNC_GEXP 01