File: cli.h

package info (click to toggle)
diskscan 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: ansic: 11,136; python: 338; xml: 138; sh: 41; makefile: 34
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#ifndef DISKSCAN_CLI
#define DISKSCAN_CLI

int diskscan_cli(int argc, char **argv);

#endif