NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
node_text.h
Go to the documentation of this file.
1
24
#ifndef MUTT_EXPANDO_NODE_TEXT_H
25
#define MUTT_EXPANDO_NODE_TEXT_H
26
27
struct
ExpandoNode
*
node_text_new
(
const
char
*start,
const
char
*end);
28
struct
ExpandoNode
*
node_text_parse
(
const
char
*str,
const
char
*end,
const
char
**parsed_until);
29
30
#endif
/* MUTT_EXPANDO_NODE_TEXT_H */
node_text_new
struct ExpandoNode * node_text_new(const char *start, const char *end)
Create a new Text ExpandoNode.
Definition:
node_text.c:57
node_text_parse
struct ExpandoNode * node_text_parse(const char *str, const char *end, const char **parsed_until)
Extract a block of text.
Definition:
node_text.c:102
ExpandoNode
Basic Expando Node.
Definition:
node.h:67