File: cli_tests.h

package info (click to toggle)
vnstat 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,148 kB
  • sloc: ansic: 25,669; sh: 4,495; perl: 472; makefile: 179; php: 12
file content (6 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#ifndef CLI_TESTS_H
#define CLI_TESTS_H

void add_cli_tests(Suite *s);

#endif