summaryrefslogblamecommitdiffstats
path: root/daemon/fromd/ip_desc_db.h
blob: d67ebae57e0a896d8440b496991edb443650944a (plain) (tree)
1
2
3
4
5
6





                                                
// $Id$
#ifndef _IP_DESC_DB_H
#define _IP_DESC_DB_H
int ip_desc_db_reload(const char * cfgfile);
const char * ip_desc_db_lookup(const char * ip);
#endif