log_default_hook was renamed to log_default
authorIvo Timmermans <ivo@lychnis.net>
Sat, 13 Apr 2002 10:55:42 +0000 (10:55 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Sat, 13 Apr 2002 10:55:42 +0000 (10:55 +0000)
src/logging.h

index 1d6b798..7fffe20 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: logging.h,v 1.5 2002/04/13 10:50:48 zarq Exp $
+    $Id: logging.h,v 1.6 2002/04/13 10:55:42 zarq Exp $
 */
 
 #ifndef __TINC_LOGGING_H__
@@ -53,7 +53,7 @@ extern avl_tree_t *log_hooks_tree;
 extern void log(int, int, char *, ...);
 extern void log_add_hook(log_function_t *);
 extern void log_del_hook(log_function_t *);
-extern log_function_t log_default_hook;
+extern log_function_t log_default;
 extern void tinc_syslog(int, char *, ...);
 
 #ifndef LOG_ERR /* Something from syslog.h */