File: output-null.h

package info (click to toggle)
osm2pgsql 0.69%2Br20104-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 61,864 kB
  • ctags: 1,421
  • sloc: sql: 98,888; ansic: 6,609; php: 2,452; sh: 580; cpp: 527; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* Implements dummy output-layer processing for testing.
*/
 
#ifndef OUTPUT_NULL_H
#define OUTPUT_NULL_H

#include "output.h"

extern struct output_t out_null;

#endif