File: util.h

package info (click to toggle)
mrtgutils 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ansic: 497; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef UTIL_H
#define UTIL_H

void print_hostname(void);
void setD(int*,const char*, double*, double);

#endif