X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.h;h=3023c7b6aee8c60a365362cc5083e703d3e3e187;hp=20e195b364b3d8bffcce3df4cd2c48f9e6afe4a8;hb=8f69a1302a52163c61142531c4a6944510c3ec12;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 diff --git a/sideband.h b/sideband.h index 20e195b3..3023c7b6 100644 --- a/sideband.h +++ b/sideband.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2012-2013 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 */ @@ -60,6 +56,8 @@ 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