File: sizes.h

package info (click to toggle)
reprepro 5.3.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,960 kB
  • sloc: ansic: 52,311; sh: 1,875; python: 1,625; makefile: 167
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#ifndef REPREPRO_SIZES_H
#define REPREPRO_SIZES_H

retvalue sizes_distributions(struct distribution * /*all*/, bool /* specific */);

#endif