~ubuntu-branches/ubuntu/raring/reprepro/raring

« back to all changes in this revision

Viewing changes to sourcecheck.h

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2011-05-05 16:34:23 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110505163423-x49kbdijyoubai4x
Tags: 4.6.0-1
* new release
- general cleanup
- new FilterSrcList
* increase Standards-Version, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef REPREPRO_SOURCECHECK_H
2
2
#define REPREPRO_SOURCECHECK_H
3
3
 
4
 
retvalue unusedsources(struct database *, struct distribution *);
5
 
retvalue sourcemissing(struct database *, struct distribution *);
6
 
retvalue reportcruft(struct database *, struct distribution *);
 
4
retvalue unusedsources(struct distribution *);
 
5
retvalue sourcemissing(struct distribution *);
 
6
retvalue reportcruft(struct distribution *);
7
7
 
8
8
#endif