#ifndef _DATA_H_c62f7733_ #define _DATA_H_c62f7733_ /* This file is in the public domain. */ #include "structs.h" extern void data_record(LISTEN *, char *, char *, char *, void (*)(const char *, ...)); #endif