diff options
Diffstat (limited to 'daemon/fromd/ip_desc_db.h')
-rw-r--r-- | daemon/fromd/ip_desc_db.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/daemon/fromd/ip_desc_db.h b/daemon/fromd/ip_desc_db.h new file mode 100644 index 00000000..d67ebae5 --- /dev/null +++ b/daemon/fromd/ip_desc_db.h @@ -0,0 +1,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 |