File: image_tests.h

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

char *hourly_imagescale_logic(const uint64_t max, const int rate);
void add_image_tests(Suite *s);

#endif