X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=3023c7b6aee8c60a365362cc5083e703d3e3e187;hp=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=da13797a119f8ce621a67145ca1c7acb8d338a3c;hpb=fd2ef6eb6b306415f3e3d9ed5004cf982e757656 diff --git a/sideband.h b/sideband.h index 8ae3e4ef..3023c7b6 100644 --- a/sideband.h +++ b/sideband.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2012 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2012 Andre Noll , see file COPYING. */ /** \file sideband.h exported symbols from sideband.c */ @@ -58,6 +54,10 @@ DESIGNATOR(EXIT__SUCCESS), \ /* Command failed. */ \ DESIGNATOR(EXIT__FAILURE), \ + /* The next chunk of the blob (addblob commands only) */ \ + DESIGNATOR(BLOB_DATA), \ + /* An afs callback failed. */ \ + DESIGNATOR(AFS_CB_FAILURE), \ /** Just prefix with \p SBD_. */ #define DESIGNATOR(x) SBD_ ## x