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

« back to all changes in this revision

Viewing changes to src/FSNextEv.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:
58
58
 
59
59
extern _FSQEvent *_FSqfree;
60
60
 
61
 
int FSNextEvent(svr, event)
62
 
    FSServer     *svr;
63
 
    FSEvent    *event;
 
61
int FSNextEvent(
 
62
    FSServer    *svr,
 
63
    FSEvent     *event)
64
64
{
65
65
    _FSQEvent  *qelt;
66
66