File: explain.h

package info (click to toggle)
cruft-ng 0.9.78
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,904 kB
  • sloc: cpp: 1,748; sh: 816; python: 262; makefile: 97; ansic: 82; perl: 75
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#include <vector>
#include <string>
#include "owner.h"

int read_explain(const std::string& dir, const std::vector<std::string>& packages, std::vector<owner>& explain);