1 #ifndef _OUTPUT_H
2 #define _OUTPUT_H
3 
4 extern int   write_main_index();                    /* produce main HTML   */
5 extern int   write_month_html();                    /* monthy HTML page    */
6 extern FILE  *open_out_file(char *);                /* open output file    */
7 #ifdef USE_DNS
8 extern char  *geodb_get_cc(DB *, char *, char *);
9 extern DB    *geo_db;
10 #endif
11 
12 #endif  /* _OUTPUT_H */
13