Parse Context. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ParseContext |
| Context for config parsing (history/backtrace) More... | |
Functions | |
| struct ParseContext * | parse_context_new (void) |
| Create a new ParseContext. | |
| void | parse_context_free (struct ParseContext **pptr) |
| Free a ParseContext. | |
Parse Context.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file pcontext.h.
| struct ParseContext * parse_context_new | ( | void | ) |
Create a new ParseContext.
| ptr | New ParseContext |
Definition at line 37 of file pcontext.c.
Here is the caller graph for this function:| void parse_context_free | ( | struct ParseContext ** | pptr | ) |
Free a ParseContext.
| pptr | ParseContext to free |
Definition at line 48 of file pcontext.c.
Here is the caller graph for this function: