📄 detail.h
字号:
#ifndef DETAIL_H#define DETAIL_H/* * detail.h Routines to handle detail files. * * Version: $Id: detail.h,v 1.2 2008/02/19 09:44:14 aland Exp $ * */#include <freeradius-devel/ident.h>RCSIDH(detail_h, "$Id: detail.h,v 1.2 2008/02/19 09:44:14 aland Exp $")int detail_recv(rad_listen_t *listener, RAD_REQUEST_FUNP *pfun, REQUEST **prequest);int detail_send(rad_listen_t *listener, REQUEST *request);void detail_free(rad_listen_t *this);int detail_print(rad_listen_t *this, char *buffer, size_t bufsize);int detail_encode(UNUSED rad_listen_t *this, UNUSED REQUEST *request);int detail_decode(UNUSED rad_listen_t *this, UNUSED REQUEST *request);int detail_parse(CONF_SECTION *cs, rad_listen_t *this);int detail_delay(rad_listen_t *this);#endif /* DETAIL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -