Log function prototypes belong in log.h
authorAlan T. DeKok <aland@freeradius.org>
Sun, 12 May 2013 14:14:48 +0000 (10:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 12 May 2013 14:14:48 +0000 (10:14 -0400)
src/include/log.h
src/include/radiusd.h

index e2300b8..e9adc10 100644 (file)
@@ -90,6 +90,9 @@ void          radlog_request(log_type_t lvl, log_debug_t priority, REQUEST *request, cha
 #endif
 ;
 
+void log_talloc(char const *message);
+void log_talloc_report(TALLOC_CTX *ctx);
+
 /*
  *     Logging macros.
  *
index 74462c4..f4f2f6e 100644 (file)
@@ -432,9 +432,6 @@ typedef struct main_config_t {
        int             debug_memory;
 } MAIN_CONFIG_T;
 
-void log_talloc(char const *message);
-void log_talloc_report(TALLOC_CTX *ctx);
-
 #define SECONDS_PER_DAY                86400
 #define MAX_REQUEST_TIME       30
 #define CLEANUP_DELAY          5