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

« back to all changes in this revision

Viewing changes to uploaderslist.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:
2
2
#define REPREPRO_UPLOADERSLIST_H
3
3
 
4
4
 
5
 
struct upload_condition;
6
5
struct upload_conditions;
7
6
struct uploaders;
8
7
 
24
23
bool uploaders_verifystring(struct upload_conditions *, const char *);
25
24
bool uploaders_verifyatom(struct upload_conditions *, atom_t);
26
25
 
27
 
void upload_conditions_free(/*@only@*/struct upload_conditions *);
28
 
 
29
26
#endif