osmo-el2tpd/src/l2tpd_logging.h

10 lines
75 B
C

#pragma once
enum {
DL2TP,
Debug_LastEntry,
};
void l2tpd_log_init();