~reprepro-alioth/reprepro/3.0

« back to all changes in this revision

Viewing changes to copypackages.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-05-14 19:26:16 UTC
  • mfrom: (10.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090514192616-muh9dnunn81d351w
Tags: 3.9.2-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Build-Depends on libdb-dev instead of libdb4.6-dev
  - Adjust debian/rules to build with libdb 4.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
retvalue copy_from_file(struct database *, struct distribution *into, component_t, architecture_t, packagetype_t, const char *filename, int, const char **);
13
13
 
 
14
/* note that snapshotname must live till logger_wait has run */
14
15
retvalue restore_by_name(struct database *, struct distribution *, component_t, architecture_t, packagetype_t, const char *snapshotname, int, const char **);
15
16
retvalue restore_by_source(struct database *, struct distribution *, component_t, architecture_t, packagetype_t, const char *snapshotname, int, const char **);
16
17
retvalue restore_by_formula(struct database *, struct distribution *, component_t, architecture_t, packagetype_t, const char *snapshotname, const char *filter);