Index: spam.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/spam/spam.module,v
retrieving revision 1.51.4.1.2.41.2.30.2.17
diff -u -r1.51.4.1.2.41.2.30.2.17 spam.module
--- spam.module	31 Aug 2009 21:09:29 -0000	1.51.4.1.2.41.2.30.2.17
+++ spam.module	3 Jan 2010 05:04:08 -0000
@@ -25,8 +25,6 @@
 define('SPAM_VERBOSE', 3);
 define('SPAM_DEBUG', 5);
 
-spam_init_api();
-
 /**
  * API call for scanning content for spam.  If spam is found, the appropriate
  * action will be taken.
@@ -948,7 +946,7 @@
  * modules/ subdirectory.  For example, we define the spam api hooks for the
  * node module in modules/spam_node.inc.
  */
-function spam_init_api() {
+function spam_init() {
   static $initialized = FALSE;
 
   if (!$initialized) {
