File: needbuild.h

package info (click to toggle)
reprepro 5.4.6%2Breally5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,424 kB
  • sloc: ansic: 52,340; python: 1,625; sh: 651; makefile: 119
file content (16 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef REPREPRO_NEEDBUILD_H
#define REPREPRO_NEEDBUILD_H

#ifndef REPREPRO_ATOMS_H
#include "atoms.h"
#endif
#ifndef REPREPRO_DATABASE_H
#include "database.h"
#endif
#ifndef REPREPRO_DISTRIBUTION_H
#include "distribution.h"
#endif

retvalue find_needs_build(struct distribution *, architecture_t, const struct atomlist *, /*@null@*/const char *glob, bool printarch);

#endif