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

« back to all changes in this revision

Viewing changes to src/FSSynchro.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:
79
79
}
80
80
 
81
81
FSSyncHandler 
82
 
FSSetAfterFunction(svr, func)
83
 
    FSServer     *svr;
84
 
    FSSyncHandler func;
 
82
FSSetAfterFunction(
 
83
    FSServer            *svr,
 
84
    FSSyncHandler        func)
85
85
{
86
86
    FSSyncHandler temp;
87
87