| Current File : //root/postfix-3.2.0/src/util/dict_ni.h | 
#ifndef _DICT_NI_H_INCLUDED_
#define _DICT_NI_H_INCLUDED_
/*++
/* NAME
/*	dict_ni 3h
/* SUMMARY
/*	dictionary manager interface to NetInfo maps
/* SYNOPSIS
/*	#include <dict_ni.h>
/* DESCRIPTION
/* .nf
 /*
  * Utility library.
  */
#include <dict.h>
 /*
  * External interface.
  */
#define DICT_TYPE_NETINFO	"netinfo"
extern DICT *dict_ni_open(const char *, int, int);
/* AUTHOR(S)
/*	Pieter Schoenmakers
/*	Eindhoven University of Technology
/*	P.O. Box 513
/*	5600 MB Eindhoven
/*	The Netherlands
/*--*/
#endif