diff options
Diffstat (limited to 'common/logging.c')
-rw-r--r-- | common/logging.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/logging.c b/common/logging.c index cdfd6597c..73b0dbe59 100644 --- a/common/logging.c +++ b/common/logging.c @@ -857,6 +857,19 @@ log_printhex (const char *text, const void *buffer, size_t length) } +/* +void +log_printcanon () {} +is found in sexputils.c +*/ + +/* +void +log_printsexp () {} +is found in sexputils.c +*/ + + void log_clock (const char *string) { |