From a6321f6cf00468b5abc4bb93c8b9475371c2efaf Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Tue, 16 May 2006 15:21:47 +0000 Subject: [PATCH] Added new protocol strings. --- auth_token/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_token/include/proto.h b/auth_token/include/proto.h index 68edb644..87b90eb1 100644 --- a/auth_token/include/proto.h +++ b/auth_token/include/proto.h @@ -63,6 +63,7 @@ // #define HTTP_OK_STATUS_CODE "200" #define HTTP_UNAUTHORIZED_STATUS_CODE "401" +#define HTTP_NOT_FOUND_STATUS_CODE "404" #define HTTP_SERVER_ERROR_STATUS_CODE "500"