From 32c0933851c645dfc5d1af1bda32e80c9f237254 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 13 Dec 2018 05:23:37 +0000 Subject: Cleanup, no functional change: No need to expose the eqn(7) syntax tree data structures everywhere. Move them to their own include file, "eqn.h". While here, delete the unused enum eqn_pilet. --- eqn_parse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eqn_parse.h') diff --git a/eqn_parse.h b/eqn_parse.h index 873720b2..c0090119 100644 --- a/eqn_parse.h +++ b/eqn_parse.h @@ -1,7 +1,7 @@ -/* $Id: eqn_parse.h,v 1.1 2018/12/13 03:40:13 schwarze Exp $ */ +/* $Id: eqn_parse.h,v 1.2 2018/12/13 05:23:38 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons - * Copyright (c) 2014, 2017 Ingo Schwarze + * Copyright (c) 2014, 2017, 2018 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -42,6 +42,7 @@ struct eqn_node { struct eqn_node *eqn_alloc(struct mparse *); +struct eqn_box *eqn_box_new(void); void eqn_box_free(struct eqn_box *); void eqn_free(struct eqn_node *); void eqn_parse(struct eqn_node *); -- cgit v1.2.3-56-ge451