Index: ext/libicpf/src/cfg.cpp
===================================================================
diff -u -r1fbcd33fe6584a3de195ac6fb7465f83d75ff6f5 -r2446443341715955423610c01b43fe7841a10e3e
--- ext/libicpf/src/cfg.cpp	(.../cfg.cpp)	(revision 1fbcd33fe6584a3de195ac6fb7465f83d75ff6f5)
+++ ext/libicpf/src/cfg.cpp	(.../cfg.cpp)	(revision 2446443341715955423610c01b43fe7841a10e3e)
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2004 by J�zef Starosczyk                                *
- *   copyhandler@o2.pl                                                     *
+ *   Copyright (C) 2004-2006 by J�zef Starosczyk                           *
+ *   ixen@copyhandler.com                                                  *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU Library General Public License as       *
@@ -129,7 +129,7 @@
 /** Retrieves a pointer to a global instance of a config class
  * \return Pointer to the config class
  */
-config* get_config()
+config* config::get_config()
 {
 	return __g_cfg;
 }