File: fetchnews.h

package info (click to toggle)
leafnode 1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: ansic: 10,961; sh: 1,709; xml: 627; makefile: 259; perl: 84; sed: 4
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#ifndef FETCHNEWS_H
#define FETCHNEWS_H

#include "leafnode.h"

void check_date(const struct server *);

#endif