File: printlistformat.h

package info (click to toggle)
reprepro 4.2.0-2squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,016 kB
  • ctags: 3,674
  • sloc: ansic: 46,905; sh: 13,899; pascal: 160; makefile: 159; python: 138
file content (6 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef REPREPRO_PRINTLISTFORMAT
#define REPREPRO_PRINTLISTFORMAT

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

#endif