mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
8 lines
214 B
C
Executable File
8 lines
214 B
C
Executable File
/* This is a (now *very slim*) stub for some liblogging
|
|
* code we use in rsyslog.
|
|
*/
|
|
#ifndef __LIB3195_LIBLOGGINGSTUB_H_INCLUDED__
|
|
#define __LIB3195_LIBLOGGINGSTUB_H_INCLUDED__ 1
|
|
#include <stdio.h>
|
|
#endif
|