/* $Cambridge: exim/src/src/lookups/oracle.h,v 1.2 2005/01/04 10:00:44 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2005 */ /* See the file NOTICE for conditions of use and distribution. */ /* Header for the Oracle lookup functions */ extern void *oracle_open(uschar *, uschar **); extern int oracle_find(void *, uschar *, uschar *, int, uschar **, uschar **, BOOL *); extern void oracle_tidy(void); extern uschar *oracle_quote(uschar *, uschar *); /* End of lookups/oracle.h */