File: eta.h

package info (click to toggle)
wmweather%2B 2.19~alpha%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: ansic: 5,836; makefile: 34; sh: 4
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#ifndef ETA_H
#define ETA_H

void init_eta(void);
void update_eta(int force);
void eta_cleanup(void);

#endif