Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
4606f01910286229c48b7372ded71eea92967e6c
/
.
/
src
/
parser_yin.c
blob: 92118e91f274816bb6d90a4bd397e24eef27659f [
file
] [
log
] [
blame
]
/**
* @file parser_yin.c
* @author David Sedlák <xsedla1d@stud.fit.vutbr.cz>
* @brief YIN parser
*/
#include
"common.h"
#include
"context.h"
#include
"libyang.h"
LY_ERR
parse_yin
(
struct
ly_ctx
*
ctx
,
const
char
*
data
,
struct
lysp_module
**
mod_p
)
{
}