From 0e5e1f4acee05529d6f59f3ddd270527177d25de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 24 Mar 2000 17:11:34 -0800 Subject: [PATCH] bugfix Rev: src/modules/Oracle/oracle.c:1.24 --- src/modules/Oracle/oracle.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c index 21cda7e58f..7fa7ed3524 100644 --- a/src/modules/Oracle/oracle.c +++ b/src/modules/Oracle/oracle.c @@ -1,5 +1,5 @@ /* - * $Id: oracle.c,v 1.23 2000/03/24 02:35:04 hubbe Exp $ + * $Id: oracle.c,v 1.24 2000/03/25 01:11:34 hubbe Exp $ * * Pike interface to Oracle databases. * @@ -38,7 +38,7 @@ #include <oci.h> #include <math.h> -RCSID("$Id: oracle.c,v 1.23 2000/03/24 02:35:04 hubbe Exp $"); +RCSID("$Id: oracle.c,v 1.24 2000/03/25 01:11:34 hubbe Exp $"); #define BLOB_FETCH_CHUNK 16384 @@ -1698,8 +1698,8 @@ static void call_atexits(void) #else /* HAVE_ORACLE */ -void pike_modle_init(void) {} -void pike_modle_exit(void) {} +void pike_module_init(void) {} +void pike_module_exit(void) {} #endif -- GitLab