~ubuntu-branches/ubuntu/precise/libfs/precise-security

« back to all changes in this revision

Viewing changes to src/FSSync.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-05-25 00:57:27 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080525005727-2wdap6qvbuh95bmb
Tags: 2:1.0.1-1
* New upstream release.
* Install the upstream ChangeLog.
* Add upstream URL and missing copyright holders and licenses to
  debian/copyright, based on upstream's new COPYING file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
/* synchronize with errors and events */
62
62
 
63
 
int FSSync(svr, discard)
64
 
    FSServer     *svr;
65
 
    Bool        discard;
 
63
int FSSync(
 
64
    FSServer    *svr,
 
65
    Bool         discard)
66
66
{
67
67
    fsListExtensionsReply rep;
68
68
    fsReq      *req;