~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to xlators/encryption/rot-13/src/rot-13.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-02-09 18:53:10 UTC
  • mfrom: (1.2.4 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100209185310-ww8p82lsbosorg2u
* New upstream release.
* Uploading to unstable.
* Bump Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                  xlator_t *this,
101
101
                  int32_t op_ret,
102
102
                  int32_t op_errno,
103
 
                  struct stat *stbuf)
 
103
                  struct stat *prebuf,
 
104
                  struct stat *postbuf)
104
105
{
105
 
        STACK_UNWIND (frame, op_ret, op_errno, stbuf);
 
106
        STACK_UNWIND (frame, op_ret, op_errno, prebuf, postbuf);
106
107
        return 0;
107
108
}
108
109