File: log_funcs.h

package info (click to toggle)
rtpengine 12.5.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,628 kB
  • sloc: ansic: 80,617; perl: 43,314; python: 3,041; sh: 1,092; makefile: 630; asm: 211
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef __LOG_FUNCS_H__
#define __LOG_FUNCS_H__

#include "compat.h"

INLINE void log_info_reset(void) { }

#endif