/*
  The structure of the "post_on_receipt" verb.
*/
struct post_rcpt {
/*
  Передаваемые параметры
*/
char     resource[8];
char     fill;
int      length;
/*
  Возвращаемые параметры
*/
char     rc[2];};
