File: output.h

package info (click to toggle)
webalizer 2.23.08-3.3
  • links: PTS
  • area: main
  • in suites: bookworm, sid
  • size: 9,864 kB
  • sloc: ansic: 10,021; sh: 345; makefile: 94; python: 55
file content (12 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _OUTPUT_H
#define _OUTPUT_H

extern int   write_main_index();                    /* produce main HTML   */
extern int   write_month_html();                    /* monthy HTML page    */
extern FILE  *open_out_file(char *);                /* open output file    */
#ifdef USE_DNS
extern char  *geodb_get_cc(DB *, char *, char *);
extern DB    *geo_db;
#endif

#endif  /* _OUTPUT_H */