summaryrefslogtreecommitdiffstats
path: root/printlistformat.h
blob: 80a33d1d9d2af891cbff6a1f11890391ab42e246 (plain)
1
2
3
4
5
6
7
#ifndef REPREPRO_PRINTLISTFORMAT
#define REPREPRO_PRINTLISTFORMAT

struct package;
retvalue listformat_print(const char *, struct package *);

#endif