aboutsummaryrefslogtreecommitdiffstats
path: root/source/parse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/parse.hpp')
-rw-r--r--source/parse.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/parse.hpp b/source/parse.hpp
index 7bf0c27..a6816f3 100644
--- a/source/parse.hpp
+++ b/source/parse.hpp
@@ -15,4 +15,9 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+/***
+ * Resets the source buffer, calls getinput() to fill the source buffer, then
+ * parses the source buffer's contents.
+ */
void parse();
+