X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=0c7412681d4f9b637ab24a136d9461b83860842c;hb=17c140cc24838c2b7049e2b4c17621f4284d53dc;hp=1904a6d657d3667329dd84b913ce76dd6c68a28c;hpb=0b786d977ded3c3922e851e5b8d60837b43469b9;p=paraslash.git diff --git a/error.h b/error.h index 1904a6d6..0c741268 100644 --- a/error.h +++ b/error.h @@ -70,6 +70,7 @@ PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \ PARA_ERROR(BTR_NAVAIL, "btr node: value currently unavailable"), \ PARA_ERROR(BTR_NO_CHILD, "btr node has no children"), \ + PARA_ERROR(CHILD_CONTEXT, "now running in child context"), \ PARA_ERROR(CHMOD, "failed to set socket mode"), \ PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \ PARA_ERROR(CLIENT_WRITE, "client write error"), \